Passed
Push — master ( 4c81df...f4108d )
by John
01:57
created
src/Subs-UltimateMenu.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,8 @@
 block discarded – undo
191 191
 	$admin_areas['config']['areas']['umen'] = array(
192 192
 		'label' => $txt['um_admin_menu'],
193 193
 		'file' => 'ManageUltimateMenu.php',
194
-		'function' => function () {
194
+		'function' => function ()
195
+		{
195 196
 			new ManageUltimateMenu;
196 197
 		},
197 198
 		'icon' => 'umen.png',
Please login to merge, or discard this patch.