Completed
Push — 1.10.x ( 763475...2a11d8 )
by Yannick
132:46 queued 86:37
created
main/admin/index.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -399,10 +399,10 @@
 block discarded – undo
399 399
     if(count($_plugins['menu_administrator']) > 0) {
400 400
         $blocks['plugins']['icon'] = Display::return_icon(
401 401
             'plugins.png',
402
-             get_lang('Plugins'),
403
-             array(),
404
-             ICON_SIZE_MEDIUM,
405
-             false
402
+                get_lang('Plugins'),
403
+                array(),
404
+                ICON_SIZE_MEDIUM,
405
+                false
406 406
         );
407 407
         $blocks['plugins']['label'] = api_ucfirst(get_lang('Plugins'));
408 408
         $blocks['plugins']['class'] = 'block-admin-platform';
Please login to merge, or discard this patch.