forked from GNUsocial/gnu-social
Use hash if available
This commit is contained in:
@@ -192,9 +192,6 @@ class MsnPlugin extends ImPlugin {
|
||||
if (!isset($this->nickname)) {
|
||||
throw new Exception("Must specify a nickname");
|
||||
}
|
||||
if (!function_exists('mhash')) {
|
||||
require_once(INSTALLDIR.'/plugins/Msn/extlib/compat/mhash.php');
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user