Index: trunk/phase3/includes/Preprocessor_Hash.php |
— | — | @@ -1222,7 +1222,7 @@ |
1223 | 1223 | } |
1224 | 1224 | } |
1225 | 1225 | |
1226 | | - function newWithText( $name, $text ) { |
| 1226 | + static function newWithText( $name, $text ) { |
1227 | 1227 | $obj = new self( $name ); |
1228 | 1228 | $obj->addChild( new PPNode_Hash_Text( $text ) ); |
1229 | 1229 | return $obj; |