From 57c0726bc5f8984af5b80e4def26e056bd2d0519 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 14 Jul 2006 06:37:03 +0000 Subject: [PATCH] duh, typo --- maintenance/cleanupImages.php | 1 + 1 file changed, 1 insertion(+) 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' ), -- 2.20.1