1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

BC Fixes for some old plugins.

This commit is contained in:
Cameron
2017-12-11 17:11:22 -08:00
parent a77b06881a
commit ca5f33655b
6 changed files with 25 additions and 16 deletions

View File

@@ -603,9 +603,10 @@ class e_menu
global $sc_style, $e107_debug;
$sql = e107::getDb();
$ns = e107::getRender();
$tp = e107::getParser();
$sql = e107::getDb();
$ns = e107::getRender();
$tp = e107::getParser();
$e107cache = e107::getCache(); // Often used by legacy menus.
if($tmp = e107::unserialize($parm)) // support e_menu.php e107 serialized parm.
{