mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
correct latest fix - forgotten change of one line #2854
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user