Fix for file cache on PHP 4.1.2. The text string seems to be passed by
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 8 Aug 2004 10:15:20 +0000 (10:15 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 8 Aug 2004 10:15:20 +0000 (10:15 +0000)
commit93fcbccb727e1969add028d75352e01e1c25088c
treefab1e18817902ba03ac1d37107cb601c2d2d8b6b
parenta55d07c1ef59560f81d8386884d468e061bf7c0e
Fix for file cache on PHP 4.1.2. The text string seems to be passed by
references, and changing it screws things royally; instead make a copy.
includes/CacheManager.php