]> ToastFreeware Gitweb - toast/cookiecaptcha.git/commitdiff
Follows up r49890, adding file location itself to obtaining the revision number shown...
authorShinjiman <shinjiman@users.mediawiki.org>
Mon, 27 Apr 2009 03:15:19 +0000 (03:15 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Mon, 27 Apr 2009 03:15:19 +0000 (03:15 +0000)
ConfirmEdit.php

index 5c3647a2ba62745c0abe0895a126b1fa68e929f2..4ac5fc0bddc4611ab29bdad8115ee354fd06e996 100644 (file)
@@ -35,6 +35,7 @@ global $wgExtensionFunctions, $wgGroupPermissions;
 
 $wgExtensionFunctions[] = 'confirmEditSetup';
 $wgExtensionCredits['other'][] = array(
+       'path' => __FILE__,
        'name' => 'ConfirmEdit',
        'author' => 'Brion Vibber',
        'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmEdit',