Skip to content

Commit

Permalink
updated constant for ROOL_NODE_LVL detect
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Stebe committed Nov 23, 2015
1 parent 12c7a91 commit ac95a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Tree.php
Expand Up @@ -61,7 +61,7 @@ class Tree extends \kartik\tree\models\Tree
const COLLAPSED = 1;
const NOT_COLLAPSED = 0;

const ROOT_NODE = 1;
const ROOT_NODE_LVL = 0;

/**
* Attribute names
Expand Down

0 comments on commit ac95a3b

Please sign in to comment.