Index: trunk/phase3/includes/api/ApiResult.php |
— | — | @@ -275,8 +275,7 @@ |
276 | 276 | */ |
277 | 277 | public function cleanUpUTF8() |
278 | 278 | { |
279 | | - $data = & $this->getData(); |
280 | | - array_walk_recursive($data, array('ApiResult', 'cleanUp_helper')); |
| 279 | + array_walk_recursive($this->mData, array('ApiResult', 'cleanUp_helper')); |
281 | 280 | } |
282 | 281 | |
283 | 282 | private static function cleanUp_helper($s) |