Hylax: Fix constructor name
authorBen Klang <ben@alkaloid.net>
Fri, 8 Jan 2010 15:38:10 +0000 (10:38 -0500)
committerBen Klang <ben@alkaloid.net>
Fri, 8 Jan 2010 15:38:10 +0000 (10:38 -0500)
hylax/lib/Application.php

index 6af544d..09931c4 100644 (file)
@@ -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;