From 97547c4a9c8302a222cad8371b0d3f6924ebd35a Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Sun, 30 Aug 2015 20:19:59 +0200
Subject: [PATCH] SimpleSAML_Auth_Source::loginCompleted() needs to be declared
 public, as it is used as a callback from outside the class.

---
 lib/SimpleSAML/Auth/Source.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Auth/Source.php b/lib/SimpleSAML/Auth/Source.php
index e6dd85624..9009fb100 100644
--- a/lib/SimpleSAML/Auth/Source.php
+++ b/lib/SimpleSAML/Auth/Source.php
@@ -203,7 +203,7 @@ abstract class SimpleSAML_Auth_Source
      *
      * @param array $state The state after the login has completed.
      */
-    protected static function loginCompleted($state)
+    public static function loginCompleted($state)
     {
         assert('is_array($state)');
         assert('array_key_exists("SimpleSAML_Auth_Default.Return", $state)');
-- 
GitLab