1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +02:00

List new preferences not saved issue fixed

This commit is contained in:
SecretR 2014-11-06 00:40:30 +02:00
parent e981f32714
commit 379349ba3c

View File

@ -52,8 +52,8 @@ class list_admin
// 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');
return;