projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4500367
)
Switching applications, so need to push app here
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Feb 2010 01:43:13 +0000
(18:43 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Feb 2010 01:43:18 +0000
(18:43 -0700)
horde/services/download/index.php
patch
|
blob
|
history
diff --git
a/horde/services/download/index.php
b/horde/services/download/index.php
index
cc3daf8
..
e277e2c
100644
(file)
--- a/
horde/services/download/index.php
+++ b/
horde/services/download/index.php
@@
-15,4
+15,6
@@
if (!($module = Horde_Util::getFormData('module')) ||
!file_exists($registry->get('fileroot', $module))) {
throw new Horde_Exception('Do not call this script directly.');
}
+
+$registry->pushApp($module);
include $registry->get('fileroot', $module) . '/view.php';