From 3f1af08e919215f30b2070124f34ea1ce0f2b945 Mon Sep 17 00:00:00 2001 From: blob8108 Date: Tue, 25 Jun 2013 19:08:37 +0100 Subject: [PATCH] Update plugin folder name to match git repo name --- README.txt | 2 +- ScratchSig2.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index b66c559..385aeeb 100644 --- a/README.txt +++ b/README.txt @@ -10,7 +10,7 @@ Installation Just drop this folder into MediaWiki's "extensions/" folder, and add - require_once( "$IP/extensions/ScratchSig2/ScratchSig2.php" ); + require_once( "$IP/extensions/mw-ScratchSig2/ScratchSig2.php" ); to your "LocalSettings.php". diff --git a/ScratchSig2.php b/ScratchSig2.php index 480e914..cde6d27 100644 --- a/ScratchSig2.php +++ b/ScratchSig2.php @@ -106,6 +106,6 @@ function sigSetup () { 'styles' => 'scratchsig.css', 'localBasePath' => __DIR__, - 'remoteExtPath' => 'ScratchSig2' + 'remoteExtPath' => 'mw-ScratchSig2' );