Fix feeds migration & disable email transport

This commit is contained in:
Nicolas Le Goff
2015-02-12 17:35:13 +01:00
parent 4cd2ef9a6d
commit 37c667113f
4 changed files with 74 additions and 11 deletions

View File

@@ -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