Skip to content

Commit

Permalink
fixed adding database for user (problem: incorrect type supplied to f…
Browse files Browse the repository at this point in the history
…unction is_object_valid)
  • Loading branch information
Magentron committed Apr 7, 2013
1 parent c667274 commit c421cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/v-add-database
Expand Up @@ -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'

Expand Down

0 comments on commit c421cb7

Please sign in to comment.