Commit 34eecee2 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1168 Always initialize wait time with 0.

Released under the Affero GNU General Public License (AGPL) version 3.
parent e13b7b46
......@@ -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