1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Fix auto-completamento indirizzi email

This commit is contained in:
Dasc3er
2021-04-26 09:53:41 +02:00
parent 83e9685459
commit c62ae3ac95
4 changed files with 36 additions and 20 deletions

View File

@@ -318,7 +318,10 @@ elseif (post('op') == 'send-email') {
// Inclusione di eventuale plugin personalizzato
if (!empty($structure['script'])) {
include $structure->getEditFile();
$path = $structure->getEditFile();
if (!empty($path)) {
include $path;
}
$database->commitTransaction();