From 3fe09f3d40aa721438c55f6a975ba47a5dcddd0d Mon Sep 17 00:00:00 2001
From: Enrique de la Hoz <enrique.delahoz@uah.es>
Date: Wed, 2 Apr 2008 14:21:19 +0000
Subject: [PATCH] fatalError function call adapted to the new translation model

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@484 44740490-163a-0410-bde0-09ae8108e29a
---
 www/auth/login-admin.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/auth/login-admin.php b/www/auth/login-admin.php
index 8f3203821..acc5fe716 100644
--- a/www/auth/login-admin.php
+++ b/www/auth/login-admin.php
@@ -38,8 +38,8 @@ $correctpassword = $config->getValue('auth.adminpassword', '123');
 
 if (empty($correctpassword) or $correctpassword === '123') {
 	SimpleSAML_Utilities::fatalError(
-		'Password not set',
-		'The password in the coniguration (auth.adminpassword) is not changed from the default value, please edit the config.'
+		$session->getTrackID(),
+		'NOTSET'
 	);
 }
 
-- 
GitLab