add includes/upload/ to findhooks.php's path list
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 19 Jul 2009 19:48:08 +0000 (19:48 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 19 Jul 2009 19:48:08 +0000 (19:48 +0000)
maintenance/findhooks.php

index 64fe9a5..debeca1 100644 (file)
@@ -34,6 +34,7 @@ $pathinc = array(
        $IP.'/includes/filerepo/',
        $IP.'/includes/parser/',
        $IP.'/includes/specials/',
+       $IP.'/includes/upload/',
        $IP.'/languages/',
        $IP.'/maintenance/',
        $IP.'/skins/',