From c0675ab6db4c5fe9f5a0eaead74570f69ffff161 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 23 May 2014 20:33:04 -0700 Subject: [PATCH] Fixes #564 - Old code from previous menu approach removed. (now processed inside shortcode handler) --- e107_core/shortcodes/single/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/single/menu.php b/e107_core/shortcodes/single/menu.php index ce078a710..ff8f12b4f 100644 --- a/e107_core/shortcodes/single/menu.php +++ b/e107_core/shortcodes/single/menu.php @@ -21,7 +21,7 @@ function menu_shortcode($parm, $mode='') else { - list($path,$echo) = explode(':', $parm); + $path = $parm; if(is_numeric($path)) // eg. {MENU=1} - renders area 1 as found in the e107_menu db table. {