Skip to content

Commit

Permalink
Fixed bug in caching of parsed data
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Sep 29, 2011
1 parent dc0f166 commit ecb2c11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ public function getData()
}
}
}

$this->_parsed = true;
}

usort($this->_data, array($this, '_sortByName'));
Expand Down

0 comments on commit ecb2c11

Please sign in to comment.