From c64647c11907ccf3ff38c9284052dd795e47acf6 Mon Sep 17 00:00:00 2001 From: Robert Leverington Date: Sat, 22 Mar 2008 09:27:43 +0000 Subject: [PATCH] Remove debugging code. --- includes/Title.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 827ae1e176..674fc053e6 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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' ) ); } -- 2.20.1