Arcsin (@arcsin)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • Arcsin
    Member

    @arcsin

    Had the same error myself. After some debugging I found out that $tag is assigned a value where it shouldn’t.

    These lines solved it (inserted as lines 28-29):

    if (strlen($tag) == 0)
    unset($tag);

Viewing 1 replies (of 1 total)