Update app_defaults.php

This commit is contained in:
FusionPBX 2019-02-04 16:08:50 -07:00 committed by GitHub
parent b190190070
commit b6851e76cf
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
//add the sip profiles to the database
$sql = "select count(*) as num_rows from v_email_templates ";
$sql .= "where template_category = 'email' ";
$sql .= "where template_category = 'voicemail' ";
$prep_statement = $db->prepare(check_sql($sql));
if ($prep_statement) {
$prep_statement->execute();