From: Jan Schneider Date: Tue, 16 Jun 2009 12:58:07 +0000 (+0200) Subject: Make sure we return an integer (Bug 8347). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7e97490d9aed4bc012a1b35fcd7958f60dfacff2;p=horde.git Make sure we return an integer (Bug 8347). --- diff --git a/framework/History/lib/Horde/History.php b/framework/History/lib/Horde/History.php index 9984a4e9c..90ed3efe7 100644 --- a/framework/History/lib/Horde/History.php +++ b/framework/History/lib/Horde/History.php @@ -295,7 +295,7 @@ class Horde_History } } - return $last; + return (int)$last; } /**