From: Alan Knowles Date: Tue, 26 Feb 2013 03:30:34 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=6ab79950a53cb56cdacd29325989def0d9f383d6 I18n.php --- 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); }