Gollem: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
authorBen Klang <ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:25 +0000 (12:42 -0500)
committerBen Klang <ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:25 +0000 (12:42 -0500)
gollem/permissions.php

index 3a9cd12..89116a3 100644 (file)
@@ -12,7 +12,7 @@ require_once dirname(__FILE__) . '/lib/Application.php';
 new Gollem_Application(array('init' => true));
 
 if (!Horde_Auth::isAdmin()) {
-    Horde::authenticationFailureRedirect('gollem');
+    Horde_Auth::authenticateFailure('gollem', $e);
 }
 
 if (!Gollem::getBackends('all')) {