| Аргумент | Возможный тип | Описание |
| У метода нет аргументов | ||
if (!$this->user->hasPermission('modify', 'module/google_talk')) {
$this->error['warning'] = $this->language->get('error_permission');
}
if (!$this->request->post['google_talk_code']) {
$this->error['code'] = $this->language->get('error_code');
}
if (!$this->error) {
return true;
} else {
return false;
}