ソースを参照

Merge pull request #15 from angelxmoreno/fix_clear

fixed ->_itemAttributes being cleared regardless of parameter setting
Mark 12 年 前
コミット
3e51121e45
1 ファイル変更0 行追加1 行削除
  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();
 			}