possibility to use complete string-identifier paths in standard_error and standard_success

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-01 17:08:22 +02:00
parent 54b467887b
commit 0535420334
2 changed files with 9 additions and 3 deletions

View File

@@ -135,6 +135,6 @@ if ($page == 'overview') {
'alert_msg' => $ui_text . $message
]);
} else {
Response::standardSuccess('noupdatesavail');
Response::standardSuccess('update.noupdatesavail');
}
}