Fixed a bunch of syntax errors and mistakes.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 01:46:19 +0000 (01:46 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 01:46:19 +0000 (01:46 +0000)
includes/ResourceLoader.php
resources/Resources.php

index c28d1c2..6fb9105 100644 (file)
@@ -326,4 +326,4 @@ class ResourceLoader {
 }
 
 ResourceLoader::register( include( "$IP/resources/Resources.php" ) );
-wfRunHook( 'ResourceLoaderRegisterModules' );
\ No newline at end of file
+wfRunHooks( 'ResourceLoaderRegisterModules' );
\ No newline at end of file
index 89022ad..0093ab1 100644 (file)
@@ -405,4 +405,4 @@ return array(
        'mediawiki.legacy.wikiprintable' => new ResourceLoaderFileModule( array(
                'styles' => array( 'skins/common/wikiprintable.css' => array( 'media' => 'print' ) ),
        ) ),
-) );
\ No newline at end of file
+);
\ No newline at end of file