s/gobal/global
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 13 May 2003 05:20:56 +0000 (05:20 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 13 May 2003 05:20:56 +0000 (05:20 +0000)
texvc.phtml

index 7467f81..4c173ac 100644 (file)
@@ -1,5 +1,5 @@
 <?
-gobal $IP;
+global $IP;
 include( "./LocalSettings.php" );
 include( "$IP/Setup.php" );
 header( "Content-type: text/xml; charset={$wgInputEncoding}" );