(bug 2099) Deleted files can now be archived and undeleted, if you set up an appropri...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index cd9d0cf..d60339a 100644 (file)
@@ -70,6 +70,9 @@ function __autoload($class_name) {
                'ChannelFeed' => 'Feed.php',
                'RSSFeed' => 'Feed.php',
                'AtomFeed' => 'Feed.php',
+               'FileStore' => 'FileStore.php',
+               'FSException' => 'FileStore.php',
+               'FSTransaction' => 'FileStore.php',
                'ReplacerCallback' => 'GlobalFunctions.php',
                'Group' => 'Group.php',
                'HTMLForm' => 'HTMLForm.php',