mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
correct latest fix - forgotten change of one line #2854
This commit is contained in:
@@ -101,7 +101,7 @@ class listclass
|
|||||||
*/
|
*/
|
||||||
function getListPrefs()
|
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
|
//insert default preferences
|
||||||
if (empty( $listPrefs))
|
if (empty( $listPrefs))
|
||||||
|
Reference in New Issue
Block a user