mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fixed adding database for user (problem: incorrect type supplied to function is_object_valid)
This commit is contained in:
parent
c66727453c
commit
c421cb7d04
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ is_object_valid 'user' 'USER' "$user"
|
|||
is_object_unsuspended 'user' 'USER' "$user"
|
||||
is_object_new 'db' 'DB' "$database"
|
||||
get_next_dbhost
|
||||
is_object_valid "../../../conf/$type" 'HOST' "$host"
|
||||
is_object_unsuspended "../../../conf/$type" 'HOST' "$host"
|
||||
is_object_valid "../../../conf/$type" 'DBHOST' "$host"
|
||||
is_object_unsuspended "../../../conf/$type" 'DBHOST' "$host"
|
||||
#is_charset_valid
|
||||
is_package_full 'DATABASES'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue