From: Brion Vibber Date: Fri, 14 Jul 2006 06:37:03 +0000 (+0000) Subject: duh, typo X-Git-Tag: 1.31.0-rc.0~56258 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=57c0726bc5f8984af5b80e4def26e056bd2d0519;p=lhc%2Fweb%2Fwiklou.git duh, typo --- diff --git a/maintenance/cleanupImages.php b/maintenance/cleanupImages.php index 74443d67a8..8ae5561a5f 100644 --- a/maintenance/cleanupImages.php +++ b/maintenance/cleanupImages.php @@ -145,6 +145,7 @@ class ImageCleanup extends TableCleanup { } function buildSafeTitle( $name ) { + global $wgLegalTitleChars; $x = preg_replace_callback( "/([^$wgLegalTitleChars])/", array( $this, 'hexChar' ),