mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Fix feeds migration & disable email transport
This commit is contained in:
@@ -331,6 +331,15 @@ class Feed_Adapter extends Feed_Abstract implements Feed_Interface, cache_cachea
|
||||
return $this->publishers;
|
||||
}
|
||||
|
||||
public function get_owner()
|
||||
{
|
||||
if (!$this->owner) {
|
||||
$this->load_publishers();
|
||||
}
|
||||
|
||||
return $this->owner;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return int
|
||||
|
Reference in New Issue
Block a user