public function action_before_act_admin( $that ) { if (!isset($that->handler_vars['page'])) { $args = User::identify()->info->admindetour_real['args']; $that->handler_vars = $that->handler_vars->merge( $args ); } }