ESTRICT "static" patch

This commit is contained in:
Grischa Brockhaus 2012-06-20 01:28:14 +02:00
parent 59829b9924
commit 19c130c8cf

View file

@ -1388,7 +1388,7 @@ class XML_RPC_Message extends XML_RPC_Base
* @link http://php.net/xml_parser_create
* @since Method available since Release 1.2.0
*/
function getEncoding($data)
static function getEncoding($data)
{
global $XML_RPC_defencoding;