From: Michael M Slusarz Date: Wed, 28 Jan 2009 18:08:53 +0000 (-0700) Subject: Need to maintain index associations here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9e4cec66c9c570eb11dd3890c2d649d028479493;p=horde.git Need to maintain index associations here. --- 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)) {