10.06.2016, 21:37
Hey guys! I ran my UCP, and on one of the pages it gives me this error:
This is line 138 in usrfuncs.class.php:
Код:
Strict Standards: Non-static method utils::startsWith() should not be called statically in /home/fcrolepl/public_html/fortcarson-rp.com/ucp/resources/usrfuncs.class.php
Код:
if (utils::startsWith($data['gender'], "m")) { $gender = "Male"; } else { $gender = "Female"; }