]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/theme.pm
needsbuild hook interface changed; the hooks should now return the modified array...
[ikiwiki.git] / IkiWiki / Plugin / theme.pm
index 03b0816ed6fc5a6c42f0da916d898c6633eb7d15..ee94547e90c51dad608b020e1be6bc0a434d38d7 100644 (file)
@@ -60,6 +60,7 @@ sub needsbuild ($) {
                
                $wikistate{theme}{currenttheme}=$config{theme};
        }
+       return $needsbuild;
 }
 
 1