@@ -78,7 +78,7 @@ |
||
| 78 | 78 | $rights[] = json_decode(file_get_contents($this->globals->getBaseBundlePath($module->getPackageName()) . "/Resources/json/ribsadmin_rights.json")); |
| 79 | 79 | } |
| 80 | 80 | |
| 81 | - return (object)$rights; |
|
| 81 | + return (object) $rights; |
|
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | /** |