Skip to content
Snippets Groups Projects
Commit 0c012950 authored by aspangaro's avatar aspangaro
Browse files

Fix travis

parent d8f86708
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment