mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-24 01:03:05 +02:00
consistant obtain_* functions
git-svn-id: file:///svn/phpbb/trunk@6572 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -279,8 +279,7 @@ $template->assign_vars(array(
|
||||
);
|
||||
|
||||
// Grab icons
|
||||
$icons = array();
|
||||
$cache->obtain_icons($icons);
|
||||
$icons = $cache->obtain_icons();
|
||||
|
||||
// Grab all topic data
|
||||
$rowset = $announcement_list = $topic_list = $global_announce_list = array();
|
||||
|
Reference in New Issue
Block a user