mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-05-07 05:53:07 +00:00
Fixed an issue in previous commit
This commit is contained in:
parent
6d2cf23a80
commit
13d5a2410a
2 changed files with 1 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#%define _datadir %{_datarootdir}
|
||||
#%define _docdir %{_datadir}/doc
|
||||
|
||||
%define build_number 59
|
||||
%define build_number 60
|
||||
%define var_dir /var/opt/belledonne-communications
|
||||
%define opt_dir /opt/belledonne-communications/share/flexisip-account-manager
|
||||
%define env_file "$RPM_BUILD_ROOT/etc/flexisip-account-manager/flexiapi.env"
|
||||
|
|
|
|||
|
|
@ -200,9 +200,6 @@ function xmlrpc_activate_phone_account($method, $args)
|
|||
if (CUSTOM_HOOKS) {
|
||||
hook_on_account_activated($account);
|
||||
}
|
||||
} else {
|
||||
Logger::getInstance()->warning("Account id " . $account->id . " was already activated");
|
||||
return ACCOUNT_ALREADY_ACTIVATED;
|
||||
}
|
||||
|
||||
$password = new Password($db);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue