diff --git a/framework/Yaml/lib/Horde/Yaml/Loader.php b/framework/Yaml/lib/Horde/Yaml/Loader.php index 4702312ae29..9c28d8394d2 100644 --- a/framework/Yaml/lib/Horde/Yaml/Loader.php +++ b/framework/Yaml/lib/Horde/Yaml/Loader.php @@ -87,7 +87,7 @@ class Horde_Yaml_Loader */ public function __construct() { - $base = new Horde_Yaml_Node($this->_nodeId++); + $base = new Horde_Yaml_Node($this->_nodeId); $base->indent = 0; $this->_lastNode = $base->id; }