mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
XML Modelization of the relations: fixed a bug in the compiler and transformed the datamodel files (2.x) into the latest 1.2 format
SVN:trunk[3521]
This commit is contained in:
@@ -1461,7 +1461,7 @@ EOF;
|
||||
$sMethods .= "\t\t\treturn array_merge(\$aRels, parent::GetRelationQueriesEx(\$sRelCode));\n\n";
|
||||
}
|
||||
$sMethods .= "\t\tdefault:\n";
|
||||
$sMethods .= "\t\t\treturn parent::GetRelationQueries(\$sRelCode);\n";
|
||||
$sMethods .= "\t\t\treturn parent::GetRelationQueriesEx(\$sRelCode);\n";
|
||||
$sMethods .= "\t\t}\n";
|
||||
$sMethods .= "\t}\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user