Index: trunk/tools/switch-master/ConfEditor.php |
— | — | @@ -638,7 +638,7 @@ |
639 | 639 | $this->error( "expected a string or number for the array key" ); |
640 | 640 | } |
641 | 641 | if ( $token->type == T_CONSTANT_ENCAPSED_STRING ) { |
642 | | - $text = $thsi->parseScalar( $token->text ); |
| 642 | + $text = $this->parseScalar( $token->text ); |
643 | 643 | } else { |
644 | 644 | $text = $token->text; |
645 | 645 | } |