Passed
Push — master ( 84c1d9...4b5f27 )
by Michael
15:53 queued 12:17
created
admin/permissions.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,8 +177,10 @@
 block discarded – undo
177 177
                     $option['name'],
178 178
                     ENT_QUOTES | ENT_HTML5
179 179
                 ) . "\"><br>\n";
180
-        else :
180
+        else {
181
+        	:
181 182
             $tree .= $prefix . $option['name'] . '<input type="hidden" id="' . $this->getName() . '[groups][' . $this->_groupId . '][' . $option['id'] . "]\"><br>\n";
183
+        }
182 184
         endif;
183 185
         if (isset($option['children'])) {
184 186
             foreach ($option['children'] as $child) {
Please login to merge, or discard this patch.