projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4714bc2
)
Fix VFS name.
author
Jan Schneider
<jan@horde.org>
Fri, 13 Aug 2010 12:57:30 +0000
(14:57 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 13 Aug 2010 12:57:57 +0000
(14:57 +0200)
whups/view.php
patch
|
blob
|
history
diff --git
a/whups/view.php
b/whups/view.php
index
71fd7a5
..
af134e3
100644
(file)
--- 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."));
}