mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
ok, i misread this one. :) related to r9763
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9766 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -872,9 +872,10 @@ class acp_icons
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
$template->assign_var('PAGINATION', generate_pagination(
|
|
||||||
|
|
||||||
$this->u_action, $item_count, $config['smilies_per_page'], $pagination_start, true));
|
$template->assign_var('PAGINATION',
|
||||||
|
generate_pagination($this->u_action, $item_count, $config['smilies_per_page'], $pagination_start, true)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user