mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-24 08:53:05 +03:00
Typo
This commit is contained in:
parent
1153d7698b
commit
2c84a067fd
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class Secretaries_model extends EA_Model
|
|||
|
||||
// New users must always have a password value set.
|
||||
if (empty($secretary['id']) && empty($secretary['settings']['password'])) {
|
||||
throw new InvalidArgumentException('The provider password cannot be empty when inserting a new record.');
|
||||
throw new InvalidArgumentException('The secretary password cannot be empty when inserting a new record.');
|
||||
}
|
||||
|
||||
// Validate calendar view type value.
|
||||
|
|
Loading…
Reference in a new issue