Fix VFS name.
authorJan Schneider <jan@horde.org>
Fri, 13 Aug 2010 12:57:30 +0000 (14:57 +0200)
committerJan Schneider <jan@horde.org>
Fri, 13 Aug 2010 12:57:57 +0000 (14:57 +0200)
whups/view.php

index 71fd7a5..af134e3 100644 (file)
@@ -38,7 +38,7 @@ if (!count(Whups::permissionsFilter($whups_driver->getHistory($id), 'comment', H
 }
 
 try {
-    $injector->getInstance('Horde_Vfs')->getVfs('whups');
+    $injector->getInstance('Horde_Vfs')->getVfs();
 } catch (Horde_Exception $e) {
     throw new Horde_Exception(_("The VFS backend needs to be configured to enable attachment uploads."));
 }