]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
overriding visible modification time (to avoid insignificant edits flooding planets)
[ikiwiki.git] / IkiWiki.pm
index 4601d8590388d36cc2fc2aebca70318dfefa53ce..ca483a111693291adab7efbc720b2f8bdeda94c3 100644 (file)
@@ -26,7 +26,7 @@ our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match
                  %pagesources %destsources);
 our $VERSION = 3.00; # plugin interface version, next is ikiwiki version
 our $version='unknown'; # VERSION_AUTOREPLACE done by Makefile, DNE
-my $installdir=''; # INSTALLDIR_AUTOREPLACE done by Makefile, DNE
+our $installdir=''; # INSTALLDIR_AUTOREPLACE done by Makefile, DNE
 
 # Optimisation.
 use Memoize;