mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
Code optimization and cleaning
This commit is contained in:
@@ -1423,7 +1423,7 @@ class comment
|
||||
return null;
|
||||
}
|
||||
|
||||
$data = getcachedvars('e_comment');
|
||||
$data = e107::getRegistry('e_comment');
|
||||
if ($data !== FALSE)
|
||||
{
|
||||
return $data;
|
||||
|
Reference in New Issue
Block a user