Skip to content

Commit

Permalink
Fix travis on notooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 26, 2016
1 parent d47fc28 commit e1eb61d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev/skeletons/skeleton_class.class.php
Expand Up @@ -451,13 +451,12 @@ public function createFromClone($fromid)
*
* @param int $withpicto Include picto in link (0=No picto, 1=Include picto into link, 2=Only picto)
* @param string $option On what the link point to
* @param integer $notooltip 1=Disable tooltip
* @param int $notooltip 1=Disable tooltip
* @param int $maxlen Max length of visible user name
* @param string $morecss Add more css on link
* @param int $notooltip 1=Disable tooltip
* @return string String with URL
*/
function getNomUrl($withpicto=0, $option='', $notooltip=0, $maxlen=24, $morecss='', $notooltip=0)
function getNomUrl($withpicto=0, $option='', $notooltip=0, $maxlen=24, $morecss='')
{
global $db, $conf, $langs;
global $dolibarr_main_authentication, $dolibarr_main_demo;
Expand Down

0 comments on commit e1eb61d

Please sign in to comment.