fix ticket access when posting answer

Signed-off-by: Michael Kaufmann <michael.kaufmann@aixit.com>
This commit is contained in:
Michael Kaufmann
2018-06-21 07:52:11 +02:00
parent aa881560cc
commit 436d141bd1
2 changed files with 6 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class ticket
/**
* Ticket-Object-Array
*
* @var ticket
* @var ticket[]
*/
private static $tickets = array();