Changeset 13951
- Timestamp:
- 06/14/08 23:52:58 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/imports/pear/Piece/Unity/Plugin/Renderer/Runemaster/imports/Rune/Spell/Variable.php
r13948 r13951 282 282 ) { 283 283 $value = $this->_getBracketValue($matches[1]); 284 $node->$name = $value;284 $node->$name = str_replace($matches[0], $value, $node->$name); 285 285 $this->_isAssigned = true; 286 286 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)