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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user