From: Roan Kattouw Date: Fri, 28 Mar 2008 16:17:04 +0000 (+0000) Subject: Remove stray backslash X-Git-Tag: 1.31.0-rc.0~48747 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=b15f80ba74863489e724b7ed70e8f95eb8481fa6;p=lhc%2Fweb%2Fwiklou.git Remove stray backslash --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 197d47990d..980c7cc242 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -621,7 +621,7 @@ abstract class ApiBase { 'canthide' => array('code' => 'canthide', 'info' => "You don't have permission to hide user names from the block log"), 'cantblock-email' => array('code' => 'cantblock-email', 'info' => "You don't have permission to block users from sending e-mail through the wiki"), 'unblock-notarget' => array('code' => 'notarget', 'info' => "Either the id or the user parameter must be set"), - 'unblock-idanduser' => array('code' => 'idanduser', 'info' => "The id and user parameters can\'t be used together"), + 'unblock-idanduser' => array('code' => 'idanduser', 'info' => "The id and user parameters can't be used together"), 'cantunblock' => array('code' => 'permissiondenied', 'info' => "You don't have permission to unblock users"), 'cannotundelete' => array('code' => 'cantundelete', 'info' => "Couldn't undelete: the requested revisions may not exist, or may have been undeleted already"), 'permdenied-undelete' => array('code' => 'permissiondenied', 'info' => "You don't have permission to restore deleted revisions"),