Fix travis

This commit is contained in:
Laurent Destailleur 2017-09-14 08:25:04 +02:00
parent d225cce446
commit 322af9e2df

View File

@ -1950,7 +1950,7 @@ class TaskComment extends CommonObject
* @param int $ref ref object * @param int $ref ref object
* @return int <0 if KO, 0 if not found, >0 if OK * @return int <0 if KO, 0 if not found, >0 if OK
*/ */
function fetch($id) function fetch($id, $ref='')
{ {
global $langs; global $langs;