mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Notice removal
This commit is contained in:
@@ -576,7 +576,7 @@ class listclass
|
||||
{
|
||||
global $qs;
|
||||
|
||||
$lvisit = USERLV;
|
||||
$lvisit = defined('USERLV') ? USERLV : time() + 1000; // Set default value
|
||||
if(varsettrue($qs[0]) == "new")
|
||||
{
|
||||
if(varsettrue($this->list_pref['new_page_timelapse']))
|
||||
|
Reference in New Issue
Block a user