From: Michael M Slusarz Date: Thu, 4 Feb 2010 01:43:13 +0000 (-0700) Subject: Switching applications, so need to push app here X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8705304c7e59b3df9da8c63305e5b52d237407c9;p=horde.git Switching applications, so need to push app here --- 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';