From: Ben Klang Date: Fri, 8 Jan 2010 15:38:10 +0000 (-0500) Subject: Hylax: Fix constructor name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d1756e0b628d93420ded8065689021ebe307de46;p=horde.git Hylax: Fix constructor name --- diff --git a/hylax/lib/Application.php b/hylax/lib/Application.php index 6af544d77..09931c495 100644 --- a/hylax/lib/Application.php +++ b/hylax/lib/Application.php @@ -35,10 +35,10 @@ class Hylax_Application extends Horde_Registry_Application public $gateway = null; public $storage = null; - function __constructor($args = array()) + function __construct($args = array()) { if (!empty($args['init'])) { - + // Registry. $registry = Horde_Registry::singleton(); $GLOBALS['registry'] = &$registry;