From b4f4a00a1a82b3137db851bc744dcbd153c4c416 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 15 Nov 2010 16:53:17 -0700 Subject: [PATCH] At this point, apps need to be converted to H4 to realistically have a shot at working --- framework/Core/lib/Horde/Registry.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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; -- 2.11.0