From: Ben Klang Date: Wed, 5 Nov 2008 21:41:39 +0000 (-0500) Subject: Fix whitespace X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bfe0841dc03185e64761a9b49f0baab681b78303;p=horde.git Fix whitespace --- diff --git a/folks/login.php b/folks/login.php index 84c25b511..013f8e36e 100644 --- a/folks/login.php +++ b/folks/login.php @@ -166,8 +166,8 @@ if ($form->isSubmitted()) { header('Location: ' . $login_url); exit; } - switch ($profile['user_status']) { + switch ($profile['user_status']) { case 'deactivated': $notification->push(sprintf(_("Your username was temporary deacirvated. For any additional information please write to %s, and don't forgot to incluide your username."), $conf['folks']['support']), 'horde.warning'); header('Location: ' . Horde::selfUrl(true));