1
0
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:
Cameron
2020-12-17 13:13:29 -08:00
parent 2cd0005b68
commit 0e90d4aa66
16 changed files with 34 additions and 33 deletions

View File

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