Browse Source

Merge pull request #15 from angelxmoreno/fix_clear

fixed ->_itemAttributes being cleared regardless of parameter setting
Mark 12 years ago
parent
commit
3e51121e45
1 changed files with 0 additions and 1 deletions
  1. 0 1
      View/Helper/TreeHelper.php

+ 0 - 1
View/Helper/TreeHelper.php

@@ -471,7 +471,6 @@ class TreeHelper extends AppHelper {
 			}
 		} else {
 			$attributes = $this->_itemAttributes;
-			$this->_itemAttributes = array();
 			if ($clear) {
 				$this->_itemAttributes = array();
 			}