Przeglądaj źródła

Fix v_settings update sql command in app/settings/app_defaults.php.

markjcrane 9 lat temu
rodzic
commit
208dd8b99b
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      core/menu/app_defaults.php

+ 0 - 3
core/menu/app_defaults.php

@@ -26,14 +26,11 @@
 
 //if there are no items in the menu then add the default menu
 	if ($domains_processed == 1) {
-
 		require_once "resources/classes/menu.php";
 		$o = new menu;
 		$o->db = $db;
 		$o->menu_default();
 		unset($menu);
-
-
 	} //if
 
 ?>