Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Oct 8, 2019
1 parent 9d53461 commit 5ac8ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/core/class/ccountry.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ public function delete($user, $notrigger = 0)
return 1;
}
}

/**
* Return a link to the object card (with optionaly the picto)
*
Expand All @@ -344,7 +345,7 @@ public function delete($user, $notrigger = 0)
* @param int $save_lastsearch_value -1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking
* @return string String with URL
*/
function getNomUrl($withpicto = 0, $option = '', $notooltip = 0, $morecss = '', $save_lastsearch_value = -1)
public function getNomUrl($withpicto = 0, $option = '', $notooltip = 0, $morecss = '', $save_lastsearch_value = -1)
{
global $langs;
return $langs->trans($this->label);
Expand Down

0 comments on commit 5ac8ba8

Please sign in to comment.