Index: branches/wmf/1.16wmf4/includes/api/ApiDelete.php |
— | — | @@ -137,7 +137,7 @@ |
138 | 138 | } |
139 | 139 | |
140 | 140 | $error = ''; |
141 | | - if ( !wfRunHooks( 'ArticleDelete', array( &$article, &$wgUser, &$reason, $error ) ) ) { |
| 141 | + if ( !wfRunHooks( 'ArticleDelete', array( &$article, &$wgUser, &$reason, &$error ) ) ) { |
142 | 142 | $this->dieUsageMsg( array( 'hookaborted', $error ) ); |
143 | 143 | } |
144 | 144 | |