diff options
Diffstat (limited to 'includes/model')
-rw-r--r-- | includes/model/AngelType_model.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/model/AngelType_model.php b/includes/model/AngelType_model.php index 3641f125..6feb9dd0 100644 --- a/includes/model/AngelType_model.php +++ b/includes/model/AngelType_model.php @@ -126,7 +126,7 @@ function AngelType_create($angeltype) $angeltype['contact_name'], $angeltype['contact_dect'], $angeltype['contact_email'], - $angeltype['show_on_dashboard'] + (int)$angeltype['show_on_dashboard'] ] ); |