r32325 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32324‎ | r32325 | r32326 >
Date:09:27, 22 March 2008
Author:minuteelectron
Status:old
Tags:
Comment:
Remove debugging code.
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -1113,7 +1113,6 @@
11141114
11151115 // Use getUserPermissionsErrors instead
11161116 if ( !wfRunHooks( 'userCan', array( &$this, &$user, $action, &$result ) ) ) {
1117 - var_dump( $result );
11181117 return $result ? array() : array( array( 'badaccess-group0' ) );
11191118 }
11201119

Status & tagging log