mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove duplicate template_subcategory in required fields (#7374)
This commit is contained in:
@@ -186,9 +186,6 @@
|
|||||||
if (empty($template_subcategory)) {
|
if (empty($template_subcategory)) {
|
||||||
$message .= "template_subcategory\n";
|
$message .= "template_subcategory\n";
|
||||||
}
|
}
|
||||||
if (empty($template_subcategory)) {
|
|
||||||
$message .= "template_subcategory\n";
|
|
||||||
}
|
|
||||||
if (empty($domain_name)) {
|
if (empty($domain_name)) {
|
||||||
$message .= "domain_name\n";
|
$message .= "domain_name\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user