projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e6a70
)
Hylax: Fix constructor name
author
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 15:38:10 +0000
(10:38 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 15:38:10 +0000
(10:38 -0500)
hylax/lib/Application.php
patch
|
blob
|
history
diff --git
a/hylax/lib/Application.php
b/hylax/lib/Application.php
index
6af544d
..
09931c4
100644
(file)
--- 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 __construct
or
($args = array())
+ function __construct($args = array())
{
if (!empty($args['init'])) {
-
+
// Registry.
$registry = Horde_Registry::singleton();
$GLOBALS['registry'] = &$registry;