mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
List new preferences not saved issue fixed
This commit is contained in:
@@ -52,8 +52,8 @@ class list_admin
|
|||||||
// if($value != LIST_ADMIN_2){ $temp[$tp->toDB($key)] = $tp->toDB($value); }
|
// if($value != LIST_ADMIN_2){ $temp[$tp->toDB($key)] = $tp->toDB($value); }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
e107::getPlugConfig('list_new')->setPref($_POST)->save(true);
|
e107::getPlugConfig('list_new')->reset()->setPref($_POST)->save(true);
|
||||||
|
|
||||||
// retrieve with e107::pref('list_new');
|
// retrieve with e107::pref('list_new');
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user