Little tweak to enable the $parsed_items array to be properly built.

git-svn-id: file:///svn/phpbb/trunk@5373 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Tom Beddard 2005-12-22 22:19:56 +00:00
parent 60d218245c
commit 3f832e1543

View file

@ -343,8 +343,7 @@ class cache extends acm
$this->put('_' . $key . '_cfg', $parsed_array); $this->put('_' . $key . '_cfg', $parsed_array);
} }
$parsed_items[$key] = $parsed_array;
$parsed_items[$key] = &$parsed_array;
} }
return $parsed_items; return $parsed_items;