mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
2efde97a4e
commit
bb6815ba13
@ -37,8 +37,7 @@ class Utils
|
||||
'url' => Input::get('url', Request::url()),
|
||||
'user_agent' => isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '',
|
||||
'ip' => Request::getClientIp(),
|
||||
'count' => Session::get('error_count', 0),
|
||||
'input' => Input::all()
|
||||
'count' => Session::get('error_count', 0)
|
||||
];
|
||||
|
||||
Log::error($error."\n", $data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user