Skip to content

Commit 0a6c7bf

Browse files
author
Raymond Benc
committed
fix #676
1 parent 618bfb5 commit 0a6c7bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PF.Base/module/admincp/include/component/controller/index.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ public function process()
303303
'<i class="fa fa-info"></i>Status' => array(
304304
Phpfox::getPhrase('core.site_statistics') => 'admincp.core.stat',
305305
Phpfox::getPhrase('core.admincp_menu_system_overview') => 'admincp.core.system',
306-
Phpfox::getPhrase('admincp.inactive_members') => 'admincp.user.inactivereminder'
306+
Phpfox::getPhrase('admincp.inactive_members') => 'admincp.user.inactivereminder',
307+
'Cancelled Members' => 'admincp.user.cancellations.feedback'
307308
// 'admincp.ip_address' => 'admincp.core.ip',
308309
// 'admincp.admincp_privacy' => 'admincp.privacy'
309310
),

0 commit comments

Comments
 (0)