From d74162ca6e30f77ab6d297798540b950ab1cdb4f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 10 Aug 2010 23:29:24 -0600 Subject: [PATCH] This function does not need to return anything --- framework/Core/lib/Horde.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 71a4c4181..bed85ee89 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -374,8 +374,6 @@ HTML; if (($_SESSION['horde_form_secrets'][$token] + $GLOBALS['conf']['urls']['token_lifetime'] * 60) < time()) { throw new Horde_Exception(sprintf(_("This request cannot be completed because the link you followed or the form you submitted was only valid for %s minutes. Please try again now."), $GLOBALS['conf']['urls']['token_lifetime'])); } - - return true; } /** -- 2.11.0