From 3d2009277fcd139025f5994a9f01d545659efdc6 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 15 Sep 2010 01:46:19 +0000 Subject: [PATCH] Fixed a bunch of syntax errors and mistakes. --- includes/ResourceLoader.php | 2 +- resources/Resources.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1