This commit is contained in:
frederic34 2015-11-02 09:46:21 +01:00
parent b9367bb196
commit 3e752ed5c8

View File

@ -59,9 +59,9 @@ if ($action == 'print_file' and $user->rights->printing->read)
} }
} }
} }
if ($printed==0) setEventMessages($langs->trans("NoActivePrintingModuleFound"), null, 'warning'); if ($printed==0) setEventMessages($langs->trans("NoActivePrintingModuleFound"), null, 'warnings');
} else { } else {
setEventMessages($langs->trans("NoModuleFound"), null, 'warning'); setEventMessages($langs->trans("NoModuleFound"), null, 'warnings');
} }
$action = ''; $action = '';
} }