Ticket #919 (fixed enhancement)
$page_title in admin_loader.php
- Created: 2013-11-04 15:06:50
- Reported by: Visman
- Assigned to: Franz
- Milestone: 1.5.5
- Component: code
- Priority: low
replace
$page_title = array(pun_htmlspecialchars($pun_config['o_board_title']), $lang_common['Admin'], str_replace('_', ' ', substr($plugin, strpos($plugin, '_') + 1, -4)));
-->
$page_title = array(pun_htmlspecialchars($pun_config['o_board_title']), $lang_admin_common['Admin'], str_replace('_', ' ', substr($plugin, strpos($plugin, '_') + 1, -4)));
that was as in other files of administration.