From 8705304c7e59b3df9da8c63305e5b52d237407c9 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 3 Feb 2010 18:43:13 -0700 Subject: [PATCH] Switching applications, so need to push app here --- horde/services/download/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/horde/services/download/index.php b/horde/services/download/index.php index cc3daf8a1..e277e2c06 100644 --- 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'; -- 2.11.0