follow up to r111264; split up class into one representing a table and one representi...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 90216c8..dfcf9f7 100644 (file)
@@ -51,6 +51,7 @@ $wgAutoloadLocalClasses = array(
        'CookieJar' => 'includes/Cookie.php',
        'CurlHttpRequest' => 'includes/HttpFunctions.php',
        'DBDataObject' => 'includes/DBDataObject.php',
+       'DBTable' => 'includes/DBTable.php',
        'DeferrableUpdate' => 'includes/DeferredUpdates.php',
        'DeferredUpdates' => 'includes/DeferredUpdates.php',
        'DeprecatedGlobal' => 'includes/DeprecatedGlobal.php',