Remove debugging code.
authorRobert Leverington <roberthl@users.mediawiki.org>
Sat, 22 Mar 2008 09:27:43 +0000 (09:27 +0000)
committerRobert Leverington <roberthl@users.mediawiki.org>
Sat, 22 Mar 2008 09:27:43 +0000 (09:27 +0000)
includes/Title.php

index 827ae1e..674fc05 100644 (file)
@@ -1113,7 +1113,6 @@ class Title {
 
                // Use getUserPermissionsErrors instead
                if ( !wfRunHooks( 'userCan', array( &$this, &$user, $action, &$result ) ) ) {
-                       var_dump( $result );
                        return $result ? array() : array( array( 'badaccess-group0' ) );
                }