mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/17446] Add $phpbb_dispatcher and docblock updates
PHPBB-17446
This commit is contained in:
@@ -921,7 +921,7 @@ class acp_board
|
|||||||
*/
|
*/
|
||||||
function select_acc_activation($selected_value, $value)
|
function select_acc_activation($selected_value, $value)
|
||||||
{
|
{
|
||||||
global $user, $config;
|
global $user, $config, $phpbb_dispatcher;
|
||||||
|
|
||||||
$act_ary = array(
|
$act_ary = array(
|
||||||
'ACC_DISABLE' => array(true, USER_ACTIVATION_DISABLE),
|
'ACC_DISABLE' => array(true, USER_ACTIVATION_DISABLE),
|
||||||
|
Reference in New Issue
Block a user