X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=autoload.php;h=b35b6832148d1fa27cdc2f3ded5ca347200238fc;hb=bfa365a8ac4abe25a696a4ff337cb26c60748262;hp=269b1427d689fa231ee1c65c9932525dcdbd46e6;hpb=52f3722727432e2308db086fcc0c7b596deb95cd;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 269b1427d6..b35b683214 100644 --- a/autoload.php +++ b/autoload.php @@ -103,7 +103,6 @@ $wgAutoloadLocalClasses = array( 'ApiQueryLangLinks' => __DIR__ . '/includes/api/ApiQueryLangLinks.php', 'ApiQueryLinks' => __DIR__ . '/includes/api/ApiQueryLinks.php', 'ApiQueryLogEvents' => __DIR__ . '/includes/api/ApiQueryLogEvents.php', - 'ApiQueryORM' => __DIR__ . '/includes/api/ApiQueryORM.php', 'ApiQueryPagePropNames' => __DIR__ . '/includes/api/ApiQueryPagePropNames.php', 'ApiQueryPageProps' => __DIR__ . '/includes/api/ApiQueryPageProps.php', 'ApiQueryPagesWithProp' => __DIR__ . '/includes/api/ApiQueryPagesWithProp.php', @@ -728,6 +727,7 @@ $wgAutoloadLocalClasses = array( 'MWSaltedPassword' => __DIR__ . '/includes/password/MWSaltedPassword.php', 'MWTidy' => __DIR__ . '/includes/parser/MWTidy.php', 'MWTimestamp' => __DIR__ . '/includes/MWTimestamp.php', + 'MWUnknownContentModelException' => __DIR__ . '/includes/content/ContentHandler.php', 'MachineReadableRCFeedFormatter' => __DIR__ . '/includes/rcfeed/MachineReadableRCFeedFormatter.php', 'MagicWord' => __DIR__ . '/includes/MagicWord.php', 'MagicWordArray' => __DIR__ . '/includes/MagicWord.php',