/**
  * @see WOTAPIAction::execute()
  */
 public function execute()
 {
     $account = new AccountEditor($this->userID1);
     $account->doSwitch($this->userID2);
     parent::execute();
 }
 /**
  * @see WOTAPIAction::execute()
  */
 public function execute()
 {
     $account = new AccountEditor($this->data['userid1']);
     $account->doSwitch($this->data['userid2']);
 }