summaryrefslogtreecommitdiff
path: root/plugins/Irc/extlib/phergie/Phergie/Connection.php
diff options
context:
space:
mode:
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-08-03 09:42:02 -0700
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-08-03 09:42:02 -0700
commita3df3b63670aeb31785ba8665ebc2b78d4e7760f (patch)
tree224076a0d4dcbe27b5b0bcf6eaab6d5c69d1e42a /plugins/Irc/extlib/phergie/Phergie/Connection.php
parent9b9a36e492523a7fa630475a4a3d46c3d58ffd8c (diff)
Merged in Phergie changes
Diffstat (limited to 'plugins/Irc/extlib/phergie/Phergie/Connection.php')
-rwxr-xr-xplugins/Irc/extlib/phergie/Phergie/Connection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Irc/extlib/phergie/Phergie/Connection.php b/plugins/Irc/extlib/phergie/Phergie/Connection.php
index d6c89ea80..b3f0acf83 100755
--- a/plugins/Irc/extlib/phergie/Phergie/Connection.php
+++ b/plugins/Irc/extlib/phergie/Phergie/Connection.php
@@ -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::ENCODING_NOT_SUPPORTED
+ Phergie_Connection_Exception::ERR_ENCODING_NOT_SUPPORTED
);
}