At this point, apps need to be converted to H4 to realistically have a shot at working
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 15 Nov 2010 23:53:17 +0000 (16:53 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Nov 2010 07:01:23 +0000 (00:01 -0700)
framework/Core/lib/Horde/Registry.php

index 1f172e8..d9dfb16 100644 (file)
@@ -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;