Skip to content

Commit

Permalink
Start with node id 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 20, 2017
1 parent 47b7a6d commit 77e0aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Yaml/lib/Horde/Yaml/Loader.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit 77e0aa0

Please sign in to comment.