1
0
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:
Jimako
2017-11-17 21:25:42 +01:00
committed by GitHub
parent 65e940fad3
commit 01b56fa4a6

View File

@@ -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))