mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
IsInDefinition is needed => made it public
SVN:trunk[2803]
This commit is contained in:
@@ -1718,7 +1718,7 @@ class MFElement extends DOMElement
|
||||
* Check if the current node is under a node 'added' or 'altered'
|
||||
* Usage: In such a case, the change must not be tracked
|
||||
*/
|
||||
protected function IsInDefinition()
|
||||
public function IsInDefinition()
|
||||
{
|
||||
// Iterate through the parents: reset the flag if any of them has a flag set
|
||||
for($oParent = $this ; $oParent instanceof MFElement ; $oParent = $oParent->parentNode)
|
||||
|
||||
Reference in New Issue
Block a user