From: Jan Schneider Date: Fri, 13 Aug 2010 12:57:30 +0000 (+0200) Subject: Fix VFS name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=04a605a61c597b7d7b993300638d1a5c770c5f34;p=horde.git Fix VFS name. --- diff --git a/whups/view.php b/whups/view.php index 71fd7a52e..af134e3d0 100644 --- a/whups/view.php +++ b/whups/view.php @@ -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.")); }