From bda20d4baef42da9d4e7f25610efbd3dcf7e216a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 12 Jun 2009 11:22:09 -0600 Subject: [PATCH] Fix variable name --- framework/Util/lib/Horde/Util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Util/lib/Horde/Util.php b/framework/Util/lib/Horde/Util.php index c0f6e4615..a1cac7dde 100644 --- a/framework/Util/lib/Horde/Util.php +++ b/framework/Util/lib/Horde/Util.php @@ -358,7 +358,7 @@ class Horde_Util * browsers do not always honor the 'no-cache' header. */ $browser = &Horde_Browser::singleton(); if ($browser->hasQuirk('cache_same_url')) { - if (is_null(self::$randnum)) { + if (is_null(self::$_randnum)) { self::$_randnum = base_convert(microtime(), 10, 36); } return self::addParameter($url, 'nocache', self::$_randnum, $encode); -- 2.11.0