mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Add curly braces
This commit is contained in:
@@ -152,10 +152,11 @@ class module_report_dashboard implements module_report_dashboard_componentInterf
|
||||
*/
|
||||
public function isValid()
|
||||
{
|
||||
if (isset($this->dashboard) && sizeof($this->dashboard) > 0)
|
||||
if (isset($this->dashboard) && sizeof($this->dashboard) > 0) {
|
||||
return true;
|
||||
else
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user