mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Add curly braces
This commit is contained in:
@@ -59,8 +59,9 @@ class patch_310 implements patchInterface
|
||||
|
||||
$subdefgroups = $sx_structure->xpath('//subdefgroup');
|
||||
|
||||
if (count($subdefgroups) > 0)
|
||||
if (count($subdefgroups) > 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
$subdefs = $sx_structure->xpath('/record/subdefs');
|
||||
|
||||
|
Reference in New Issue
Block a user