Switching applications, so need to push app here
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Feb 2010 01:43:13 +0000 (18:43 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Feb 2010 01:43:18 +0000 (18:43 -0700)
horde/services/download/index.php

index cc3daf8..e277e2c 100644 (file)
@@ -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';