Thursday, June 28, 2018

Re: Stop logging user errors

very true and it took me ages to spot it but in the end it was a !a hard mistake to make (one for @dougiefresh)

from:

Code: [Select]
        if (!empty($tag['vfunc']))
to:
Code: [Select]
        if (empty($tag['vfunc']))

from Simple Machines Community Forum https://ift.tt/2KwQekW
via IFTTT

No comments:

Post a Comment