Not really an issue, but it shouldn't Die when things go wrong ...
My suggestion:
add public $error = false; to the class
line 806: $this->error = $this->read($file);
line 862: change die to return
line 867: add return false;
Original issue reported on code.google.com by webmas...@rolanddg.be on 25 May 2010 at 12:33
Original issue reported on code.google.com by
webmas...@rolanddg.be
on 25 May 2010 at 12:33