ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
338 stars 90 forks source link

Static method warning #185

Closed ryzom-pipeline closed 10 years ago

ryzom-pipeline commented 10 years ago

Original report by Matthew Lagoe (Bitbucket: botanic, GitHub: botanic).


#!php

[03-Sep-2014 04:52:02 America/Los_Angeles] PHP Strict standards:  Non-static method Users::validEmail() should not be called statically in C:\development\ryzom\code\web\public_php\ams\func\modify_email_of_sgroup.php on line 20

[03-Sep-2014 04:52:02 America/Los_Angeles] PHP Stack trace:

[03-Sep-2014 04:52:02 America/Los_Angeles] PHP   1. {main}() C:\development\ryzom\code\web\public_php\ams\index.php:0

[03-Sep-2014 04:52:02 America/Los_Angeles] PHP   2. modify_email_of_sgroup() C:\development\ryzom\code\web\public_php\ams\index.php:90
ryzom-pipeline commented 10 years ago

Original comment by Matthew Lagoe (Bitbucket: botanic, GitHub: botanic).


fix #185