We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50cada commit aff82cdCopy full SHA for aff82cd
interface/web/client/client_edit.php
@@ -364,7 +364,7 @@ function onAfterInsert() {
364
//* Get sender address
365
if($app->auth->is_admin()) {
366
$app->uses('getconf');
367
- $system_config = $app->getconf->get_global_config();
+ $system_config = $app->getconf->get_global_config('mail');
368
$from = $system_config['admin_mail'];
369
} else {
370
$client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]);
0 commit comments