diff --git a/e107_plugins/list_new/list_class.php b/e107_plugins/list_new/list_class.php index c3d6a61f3..2b3eca430 100644 --- a/e107_plugins/list_new/list_class.php +++ b/e107_plugins/list_new/list_class.php @@ -101,7 +101,7 @@ class listclass */ function getListPrefs() { - return e107::pref('list_new'); //TODO Convert from old format to new. + $listPrefs = e107::pref('list_new'); //TODO Convert from old format to new. //insert default preferences if (empty( $listPrefs))