disable pushover by default on upgrade

This commit is contained in:
Pepijn Over 2014-08-07 14:25:01 +02:00
parent a896e33f3b
commit 16bba4b949
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ class Installer {
$queries = array();
psm_update_conf('log_retention_period', '365');
psm_update_conf('pushover_status', 1);
psm_update_conf('pushover_status', 0);
psm_update_conf('log_pushover', 1);
psm_update_conf('pushover_api_token', '');
$queries[] = "ALTER TABLE `" . PSM_DB_PREFIX . "users` ADD `pushover_key` VARCHAR( 255 ) NOT NULL AFTER `mobile`;";