Fix bug notification (from Gadz.org branche, rev27)
[platal.git] / modules / core.php
index 3bd6e76..cc0c4f6 100644 (file)
@@ -103,6 +103,7 @@ class CoreModule extends PLModule
 
     function handler_bug(&$page)
     {
+        global $globals;
         $page->changeTpl('core/bug.tpl', SIMPLE);
         $page->addJsLink('close_on_esc.js');
         if (Env::has('send') && trim(Env::v('detailed_desc'))) {