From d1756e0b628d93420ded8065689021ebe307de46 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Fri, 8 Jan 2010 10:38:10 -0500 Subject: [PATCH] Hylax: Fix constructor name --- hylax/lib/Application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0