mohamedsaeed27 / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

"Notice: Uninitialized string offset: 1 in XMLStream.php ..." #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
XMLStream.php 

line 377:$until_count[$event_key] = 0;

should be

$this->until_count[$event_key] = 0;

Original issue reported on code.google.com by topm...@gmail.com on 14 Nov 2008 at 4:37

GoogleCodeExporter commented 8 years ago
I agree, can you apply this fix ?

Original comment by itama...@gmail.com on 18 Nov 2008 at 12:19

GoogleCodeExporter commented 8 years ago
Fixed in SVN

Original comment by nathanfr...@gmail.com on 26 Nov 2008 at 9:52