From 0c012950164beb3ed3ba39564aaee1286db4ca16 Mon Sep 17 00:00:00 2001
From: aspangaro <alexandre.spangaro@gmail.com>
Date: Fri, 19 Jun 2015 06:19:10 +0200
Subject: [PATCH] Fix travis

---
 htdocs/comm/action/class/actioncomm.class.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
index 2bea8dad465..aed6cce159c 100644
--- a/htdocs/comm/action/class/actioncomm.class.php
+++ b/htdocs/comm/action/class/actioncomm.class.php
@@ -394,10 +394,11 @@ class ActionComm extends CommonObject
     /**
      *		Load an object from its id and create a new one in database
      *
-     *		@param		int				$socid			Id of thirdparty
+     *      @param	    user	        $user      	    Object user making action
+	 *		@param		int				$socid			Id of thirdparty
      * 	 	@return		int								New id of clone
      */
-    function createFromClone()
+    function createFromClone($user, $socid)
     {
         global $db, $user,$langs,$conf,$hookmanager;
 				
-- 
GitLab