Hotfix for previous commit
authorRoland Häder <roland@mxchange.org>
Mon, 30 Aug 2010 12:00:16 +0000 (12:00 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 30 Aug 2010 12:00:16 +0000 (12:00 +0000)
inc/modules/admin/what-config_mods.php

index 15ab8cad65e72a4e0243ec9068a71172ecad01fc..48d2ea4a059479afff0057d53636bbdc033da1fd 100644 (file)
@@ -40,7 +40,7 @@
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
@@ -71,7 +71,7 @@ if (isFormSent('edit')) {
                        $content['mem_only']   => addSelectionBox('yn', $content['mem_only']  , 'member', $id);
 
                        // Load row template
-                       $OUT .= loadTemplate('admin_edit_mods_row', true, $content
+                       $OUT .= loadTemplate('admin_edit_mods_row', true, $content);
                } // END - foreach
 
                // Load main template