mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
No functional changes, will only produce less PHP notices/warnings.
git-svn-id: file:///svn/phpbb/trunk@3949 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -129,7 +129,7 @@ class acm
|
||||
$this->load();
|
||||
}
|
||||
|
||||
if ($expire_time > 0)
|
||||
if ($expire_time > 0 && isset($this->vars_ts[$varname]))
|
||||
{
|
||||
if ($this->vars_ts[$varname] <= time() - $expire_time)
|
||||
{
|
||||
|
Reference in New Issue
Block a user