summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 9ca24b5..fcb90cf 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -932,7 +932,7 @@ function radius_backed($username, $passwd, $authcfg){
foreach ($radiusservers as $radsrv)
$rauth->addServer($radsrv['ipaddr'], $radsrv['port'], $radsrv['sharedsecret']);
- if (PEAR::iserError($rauth->start())) {
+ if (PEAR::isError($rauth->start())) {
$retvalue['auth_val'] = 1;
$retvalue['error'] = $rauth->getError();
if ($debug)
OpenPOWER on IntegriCloud