Commit 57d96667a0afc35a5df98fccb3692ae6b89cc7ce

Authored by Nathanael Jourdane
1 parent 84532d55

Compatibility with php 5.4

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/classes/VOTableMgr.php
... ... @@ -274,7 +274,7 @@ class VOTableMgr {
274 274 }
275 275 while($this->c < strlen($this->stream)) {
276 276 $col_id = $n_value % $nb_columns;
277   - $field_node = $fields[$col_id];
  277 + $field_node = $fields->item($col_id);
278 278  
279 279 if($col_id == 0) {
280 280 $row = Array();
... ...