From 9e4cec66c9c570eb11dd3890c2d649d028479493 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 28 Jan 2009 11:08:53 -0700 Subject: [PATCH] Need to maintain index associations here. --- framework/Vcs/lib/Horde/Vcs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Vcs/lib/Horde/Vcs.php b/framework/Vcs/lib/Horde/Vcs.php index b2f6c8257..234d35e7a 100644 --- a/framework/Vcs/lib/Horde/Vcs.php +++ b/framework/Vcs/lib/Horde/Vcs.php @@ -486,7 +486,7 @@ class Horde_Vcs { $class = 'Horde_Vcs_File_' . $this->_driver; - sort($opts); + ksort($opts); $cacheId = implode('|', array($class, $this->sourceroot(), $filename, serialize($opts), $this->_cacheVersion)); if (!empty($this->_cache)) { -- 2.11.0