fixing empty variable when using cache
This commit is contained in:
parent
e0275566ae
commit
65c6318b02
@ -16,11 +16,11 @@ if (!$smarty->isCached('master.tpl', md5(serialize($_REQUEST)))) {
|
|||||||
$aNews[$key]['content'] = Markdown::defaultTransform($aData['content']);
|
$aNews[$key]['content'] = Markdown::defaultTransform($aData['content']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$smarty->assign("NEWS", $aNews);
|
||||||
} else {
|
} else {
|
||||||
$debug->append('Using cached page', 3);
|
$debug->append('Using cached page', 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load news entries for Desktop site and unauthenticated users
|
// Load news entries for Desktop site and unauthenticated users
|
||||||
$smarty->assign("NEWS", $aNews);
|
|
||||||
$smarty->assign("CONTENT", "default.tpl");
|
$smarty->assign("CONTENT", "default.tpl");
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user