diff options
Diffstat (limited to 'lib/SimpleSAML/Utils/Auth.php')
-rw-r--r-- | lib/SimpleSAML/Utils/Auth.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Utils/Auth.php b/lib/SimpleSAML/Utils/Auth.php index 8450820..68a7212 100644 --- a/lib/SimpleSAML/Utils/Auth.php +++ b/lib/SimpleSAML/Utils/Auth.php @@ -68,7 +68,9 @@ class Auth $as = new \SimpleSAML_Auth_Simple('admin'); $as->login(); } else { - throw new \SimpleSAML_Error_Exception('Cannot find "admin" auth source, and admin privileges are required.'); + throw new \SimpleSAML_Error_Exception( + 'Cannot find "admin" auth source, and admin privileges are required.' + ); } } }
\ No newline at end of file |