Display the actual value

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-03 15:36:52 -07:00
parent 5901182885
commit d31f185cce

View file

@ -891,7 +891,7 @@ class Helper
} catch (\Exception $e) { } catch (\Exception $e) {
\Log::warning($e); \Log::warning($e);
return 'ERROR: Date value is invalid'; return $date.' (Invalid '.$type.' value.)';
} }
} }