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

View File

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