From: Trevor Parscal Date: Wed, 15 Sep 2010 01:46:19 +0000 (+0000) Subject: Fixed a bunch of syntax errors and mistakes. X-Git-Tag: 1.31.0-rc.0~34922 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=3d2009277fcd139025f5994a9f01d545659efdc6;p=lhc%2Fweb%2Fwiklou.git Fixed a bunch of syntax errors and mistakes. --- diff --git a/includes/ResourceLoader.php b/includes/ResourceLoader.php index c28d1c2f6b..6fb9105d1e 100644 --- a/includes/ResourceLoader.php +++ b/includes/ResourceLoader.php @@ -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 diff --git a/resources/Resources.php b/resources/Resources.php index 89022ad984..0093ab1b9b 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -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