Undefined variable: template
-
… in shortcodes/libs/functions.php on line 257
Needs the following patch:
diff --git a/libs/functions.php b/libs/functions.php index ffddc2c..a6ee47e 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -254,7 +254,7 @@ function msc_elementDetect(){ $elements = get_option('CE_ELEMENTS'); if(empty($elements)){ - return $template; + return; } //return;
- The topic ‘Undefined variable: template’ is closed to new replies.