From: Andrew Garrett Date: Sat, 13 Jan 2007 02:38:40 +0000 (+0000) Subject: whoops, left a debugging die() in there X-Git-Tag: 1.31.0-rc.0~54437 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=11c42df8123d828e3e0b8f3547c726b5a5b48e01;p=lhc%2Fweb%2Fwiklou.git whoops, left a debugging die() in there --- diff --git a/includes/Title.php b/includes/Title.php index 10fd9a327c..c2d2262f6d 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1092,8 +1092,6 @@ class Title { $fname = 'Title::userCan'; wfProfileIn( $fname ); - !$doExpensiveQueries or die(wfBacktrace() ); - global $wgUser, $wgNamespaceProtection; $result = null;