mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
set default to 'core' in pref editor
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
* Administration - Database Utilities
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
|
||||
* $Revision: 1.33 $
|
||||
* $Date: 2009-09-10 12:49:47 $
|
||||
* $Revision: 1.34 $
|
||||
* $Date: 2009-09-22 19:47:02 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@@ -217,7 +217,7 @@ class system_tools
|
||||
}
|
||||
|
||||
|
||||
if($_POST['pref_type']=='core')
|
||||
if($_POST['pref_type']=='core' || !vartrue($_POST['pref_type']))
|
||||
{
|
||||
save_prefs();
|
||||
$emessage->add(LAN_DELETED."<ul>".$deleted_list."</ul>");
|
||||
|
Reference in New Issue
Block a user