Index: trunk/extensions/WikiAtHome/WikiAtHome.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | $exDir = dirname(__FILE__); |
10 | 10 | //setup autoloader php: |
11 | 11 | $wgAutoloadClasses[ 'NonFreeVideoHandler' ] = "$exDir/NonFreeVideoHandler.php"; |
12 | | -$wgAutoloadClasses[ 'MediaQueueTransformOutput']="$exDir/NonFreeVideoHandler.php"; |
| 12 | +$wgAutoloadClasses[ 'MediaQueueTransformOutput']= "$exDir/NonFreeVideoHandler.php"; |
13 | 13 | |
14 | 14 | $wgAutoloadClasses[ 'WahJobManager' ] = "$exDir/WahJobManager.php"; |
15 | 15 | $wgAutoloadClasses[ 'ApiWikiAtHome' ] = "$exDir/ApiWikiAtHome.php"; |
Index: trunk/extensions/WikiAtHome/WikiAtHome.js |
— | — | @@ -370,4 +370,4 @@ |
371 | 371 | gM(msgKey, percDone) |
372 | 372 | ); |
373 | 373 | } |
374 | | -} |
\ No newline at end of file |
| 374 | +}; |