mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Add curly braces
This commit is contained in:
@@ -406,8 +406,9 @@ class Feed_Entry_Adapter implements Feed_Entry_Interface, cache_cacheableInterfa
|
||||
*/
|
||||
public function get_content()
|
||||
{
|
||||
if ($this->items)
|
||||
if ($this->items) {
|
||||
return $this->items;
|
||||
}
|
||||
|
||||
$rs = $this->retrieve_elements();
|
||||
$items = array();
|
||||
|
Reference in New Issue
Block a user