From 6ab79950a53cb56cdacd29325989def0d9f383d6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Feb 2013 11:30:34 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index 4403e8ca..abffb4f0 100644 --- a/I18n.php +++ b/I18n.php @@ -111,7 +111,7 @@ class Pman_Core_I18n extends Pman $lbits = $this->guessUsersLanguage(); - if ($this->authUser && !empty($_REQUEST['debug'])) { + if ($this->authUser && !empty($_REQUEST['_debug'])) { DB_DataObject::debugLevel(1); } -- 2.39.2