FIX wrong function name

This commit is contained in:
Regis Houssin
2019-06-03 12:05:58 +02:00
parent b0042995ac
commit e5e6111544

View File

@@ -99,7 +99,7 @@ function getEntity($element, $shared = 1, $currentobject = null)
* Set entity id to use when to create an object * Set entity id to use when to create an object
* *
* @param object $currentobject Current object * @param object $currentobject Current object
* @return mixed Entity id to use ( eg. entity = '.getEntity($object) ) * @return mixed Entity id to use ( eg. entity = '.setEntity($object) )
*/ */
function setEntity($currentobject) function setEntity($currentobject)
{ {