Comment 2 for bug 113837

Revision history for this message
johannes (j00hannes) wrote :

solution:

in SOAP/Server.php

search "->message();"

and replace it with "->message;" (because it's a string not a method)

but anyway, php shouldn't crash when a not existing method is called.