mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
60d218245c
commit
3f832e1543
1 changed files with 1 additions and 2 deletions
|
@ -343,8 +343,7 @@ class cache extends acm
|
|||
|
||||
$this->put('_' . $key . '_cfg', $parsed_array);
|
||||
}
|
||||
|
||||
$parsed_items[$key] = &$parsed_array;
|
||||
$parsed_items[$key] = $parsed_array;
|
||||
}
|
||||
|
||||
return $parsed_items;
|
||||
|
|
Loading…
Add table
Reference in a new issue