From: Michael M Slusarz Date: Mon, 15 Nov 2010 23:53:17 +0000 (-0700) Subject: At this point, apps need to be converted to H4 to realistically have a shot at working X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b4f4a00a1a82b3137db851bc744dcbd153c4c416;p=horde.git At this point, apps need to be converted to H4 to realistically have a shot at working --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 1f172e887..d9dfb1696 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -1164,12 +1164,7 @@ class Horde_Registry /* Initialize application. */ if ($checkPerms || empty($options['noinit'])) { try { - if (file_exists($app_lib . '/base.php')) { - // TODO: Remove once there is no more base.php files - require_once $app_lib . '/base.php'; - } else { - $this->callAppMethod($app, 'init'); - } + $this->callAppMethod($app, 'init'); } catch (Horde_Exception $e) { $this->popApp(); throw $e;