Update actions_ticket.class.php

This commit is contained in:
Laurent Destailleur 2018-08-28 01:40:27 +02:00 committed by GitHub
parent f815915318
commit 14dc748523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -951,7 +951,7 @@ class ActionsTicket
* Print statut
*
* @param int $mode Display mode
* @return string
* @return string Label of status
*/
public function getLibStatut($mode = 0)
{
@ -978,8 +978,8 @@ class ActionsTicket
/**
* Get action title
*
* @param string $action Type of action
* @return string
* @param string $action Type of action
* @return string Title of action
*/
public function getTitle($action = '')
{