mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Code optimization and cleaning
This commit is contained in:
@@ -584,7 +584,7 @@ function nextprev_shortcode($parm = '')
|
||||
|
||||
|
||||
|
||||
if($cached_parms = getcachedvars('nextprev'))
|
||||
if($cached_parms = e107::getRegistry('nextprev'))
|
||||
{
|
||||
$tmp = $cached_parms;
|
||||
foreach($tmp as $key => $val)
|
||||
|
Reference in New Issue
Block a user