From: Jan Schneider Date: Fri, 13 Aug 2010 13:02:25 +0000 (+0000) Subject: Assign to variable. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7ab161ea12a1ba373a68e198e7c229809daacea4;p=horde.git Assign to variable. --- diff --git a/whups/view.php b/whups/view.php index af134e3d0..428e1a1de 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(); + $vfs = $injector->getInstance('Horde_Vfs')->getVfs(); } catch (Horde_Exception $e) { throw new Horde_Exception(_("The VFS backend needs to be configured to enable attachment uploads.")); }