From: Roland Häder Date: Sat, 27 Aug 2011 05:06:53 +0000 (+0000) Subject: Opps ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=647822147615bad8572ad4282c9c3958fe983f5c;p=mailer.git Opps ... --- diff --git a/inc/template-functions.php b/inc/template-functions.php index 21eac438e2..344e0c4378 100644 --- a/inc/template-functions.php +++ b/inc/template-functions.php @@ -1881,7 +1881,7 @@ function addStyleMenuContent ($menuMode, $mainAction, $action) { // Function to add onclick attribute function addJavaScriptMenuContent ($menuMode, $mainAction, $action, $what) { // Do we have foo_menu_javascript enabled? - if ((!isConfigEntrySet($menuMode . '_menu_javascript') || (getConfig($menuMode . '_menu_javascript') == 'N')) { + if ((!isConfigEntrySet($menuMode . '_menu_javascript')) || (getConfig($menuMode . '_menu_javascript') == 'N')) { // Silently abort here, not enabled return ''; } // END - if