]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Irc/extlib/phergie/Phergie/Connection.php
Revert "Merged in Phergie changes"
[quix0rs-gnu-social.git] / plugins / Irc / extlib / phergie / Phergie / Connection.php
index b3f0acf83d41971c36c6ec65c22e9e9b2e12dba4..d6c89ea8018159172f28bc0bf44386dacdd28401 100755 (executable)
@@ -254,7 +254,7 @@ class Phergie_Connection
         if (!in_array($this->encoding, mb_list_encodings())) {
             throw new Phergie_Connection_Exception(
                 'Encoding ' . $this->encoding . ' is not supported',
-                Phergie_Connection_Exception::ERR_ENCODING_NOT_SUPPORTED
+                Phergie_Connection_Exception::ENCODING_NOT_SUPPORTED
             );
         }