From 7ab161ea12a1ba373a68e198e7c229809daacea4 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 13 Aug 2010 13:02:25 +0000 Subject: [PATCH] Assign to variable. --- whups/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")); } -- 2.11.0