projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83cb45
)
Fix ctor call.
author
Jan Schneider
<jan@horde.org>
Thu, 27 Jan 2011 09:44:57 +0000
(10:44 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 27 Jan 2011 09:44:57 +0000
(10:44 +0100)
turba/lib/Object/Group.php
patch
|
blob
|
history
diff --git
a/turba/lib/Object/Group.php
b/turba/lib/Object/Group.php
index
9077442
..
5c51ab0
100644
(file)
--- a/
turba/lib/Object/Group.php
+++ b/
turba/lib/Object/Group.php
@@
-18,7
+18,7
@@
class Turba_Object_Group extends Turba_Object
*/
public function __construct(Turba_Driver $driver, array $attributes = array())
{
- parent::
Turba_Obje
ct($driver, $attributes);
+ parent::
__constru
ct($driver, $attributes);
$this->attributes['__type'] = 'Group';
}