mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Code optimization and cleaning
This commit is contained in:
@@ -550,11 +550,11 @@
|
||||
if($forum->prefs->get('sig_once'))
|
||||
{
|
||||
$_tmp = 'forum_sig_shown_' . $this->postInfo['post_user'];
|
||||
if(getcachedvars($_tmp))
|
||||
if(e107::getRegistry($_tmp))
|
||||
{
|
||||
return '';
|
||||
}
|
||||
cachevars($_tmp, 1);
|
||||
e107::setRegistry($_tmp, 1);
|
||||
}
|
||||
|
||||
if($parm == 'clean')
|
||||
|
Reference in New Issue
Block a user