Small fix for errors
-
Hello,
Line 420 of class-stc-subscribe.php should be
if ((intval($TimeLastUsed) + 3) > time()) {…
instead if (($TimeLastUsed) + 3 > time()) {…
Otherwise you get an error in PHP 8.1.9
Thank you for the good work ??
- The topic ‘Small fix for errors’ is closed to new replies.