Problem with unexpected ” : ” in xmpp-enabled.php
-
Just change 42 line
return self::$instance ?: self::$instance = new self();
to this:
if (is_null(self::$instance))
self::$instance = new self;return self::$instance;
thnx with great plugin, work with openfire and psi-im
The topic ‘Problem with unexpected ” : ” in xmpp-enabled.php’ is closed to new replies.