Commit 38b5dd6d authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #513 in ZP/z-push from bugfix/ZP-1168-log-wait-time-in-info-level to develop

* commit '34eecee2':
  ZP-1168 Always initialize wait time with 0.
parents b5365b9f 34eecee2
......@@ -38,7 +38,7 @@ abstract class RequestProcessor {
static protected $encoder;
static protected $userIsAuthenticated;
static protected $specialHeaders;
static protected $waitTime;
static protected $waitTime = 0;
/**
* Authenticates the remote user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment