From: x2003bruneau Date: Wed, 22 Aug 2007 09:02:51 +0000 (+0000) Subject: Fix bug notification (from Gadz.org branche, rev27) X-Git-Tag: xorg/0.9.15~200 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=97af9556686be91400a34c086ad8f1e23cbb2553;p=platal.git 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 --- 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'))) {