From 97af9556686be91400a34c086ad8f1e23cbb2553 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 22 Aug 2007 09:02:51 +0000 Subject: [PATCH] Fix bug notification (from Gadz.org branche, rev27) 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core.php b/modules/core.php index 3bd6e76..cc0c4f6 100644 --- a/modules/core.php +++ b/modules/core.php @@ -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'))) { -- 2.1.4