This function does not need to return anything
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Aug 2010 05:29:24 +0000 (23:29 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Aug 2010 05:29:24 +0000 (23:29 -0600)
framework/Core/lib/Horde.php

index 71a4c41..bed85ee 100644 (file)
@@ -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;
     }
 
     /**