[horde] syntax error in framework/DataTree/DataTree.php
Dan Chlopek
danc at wang-manor.com
Mon Apr 5 16:03:14 PDT 2004
found a missing '(' on line 273 of the latest CVS code in
framework/DataTree/DataTree.php
--- DataTree.php.orig 2004-04-05 17:43:38.000000000 -0500
+++ DataTree.php 2004-04-05 17:43:11.000000000 -0500
@@ -270,7 +270,7 @@
return $result;
}
- $dataOb = &new $class($this->getName($id);
+ $dataOb = &new $class($this->getName($id));
/* If the class has a _fromAttributes method, load data from
* the attributes backend. */
if (method_exists($dataOb, '_fromAttributes')) {
--
Dan Chlopek
danc at wang-manor.com
More information about the horde
mailing list