diff --git a/endpoints/cronjobs/sendnotifications.php b/endpoints/cronjobs/sendnotifications.php index b70479ce7..b1705a721 100644 --- a/endpoints/cronjobs/sendnotifications.php +++ b/endpoints/cronjobs/sendnotifications.php @@ -4,7 +4,7 @@ use PHPMailer\PHPMailer\Exception; require_once 'conf.php'; - require_once $webPath . 'includes/connect_endpoint.php'; + require_once $webPath . 'includes/connect_endpoint_crontabs.php'; $query = "SELECT * FROM notifications WHERE id = 1"; $result = $db->query($query); diff --git a/migrations/000009.php b/migrations/000009.php index cd738d838..0fd0215ac 100644 --- a/migrations/000009.php +++ b/migrations/000009.php @@ -1,6 +1,6 @@ query("SELECT * FROM pragma_table_info('household') where name='email'");