]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-
Fix for trying to get a message from a message (no id)
[mailer.git] / inc / js / js-
index 56b4ffdaccf380687f804b1c1dd147363d1b9653..037857acddf5357ada32b366fe868343dd1d76ef 100644 (file)
@@ -39,7 +39,9 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} // END - if
+} elseif (!isExtensionActive('')) {
+       return;
+}
 
 // [EOF]
 ?>