Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Update plugin folder name to match git repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
tjvr committed Jun 25, 2013
1 parent 08baa29 commit 3f1af08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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".

2 changes: 1 addition & 1 deletion ScratchSig2.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ function sigSetup () {
'styles' => 'scratchsig.css',

'localBasePath' => __DIR__,
'remoteExtPath' => 'ScratchSig2'
'remoteExtPath' => 'mw-ScratchSig2'
);

0 comments on commit 3f1af08

Please sign in to comment.