Fix bug notification (from Gadz.org branche, rev27)
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 22 Aug 2007 09:02:51 +0000 (09:02 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 22 Aug 2007 09:02:51 +0000 (09:02 +0000)
 core.php |    1 +
 1 file changed, 1 insertion(+)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1926 839d8a87-29fc-0310-9880-83ba4fa771e5

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'))) {