r36512 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36511‎ | r36512 | r36513 >
Date:17:58, 20 June 2008
Author:brion
Status:old
Tags:
Comment:
syntax error!
Modified paths:
  • /trunk/extensions/NetworkAuth/NetworkAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/NetworkAuth/NetworkAuth.php
@@ -20,7 +20,7 @@
2121 );
2222
2323 $wgExtensionFunctions[] = 'efNetworkAuth_Setup';
24 -$wgExtensionMessagesFiles['NetworkAuth'] = dirname(__FILE__) . '/' 'NetworkAuth.i18n.php';
 24+$wgExtensionMessagesFiles['NetworkAuth'] = dirname(__FILE__) . '/NetworkAuth.i18n.php';
2525
2626 function efNetworkAuth_Setup() {
2727 global $wgRequest;

Status & tagging log