mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Fixed a compiler error message (wrong syntax when using a PHP class to implement the class methods)
SVN:trunk[3158]
This commit is contained in:
@@ -1097,7 +1097,7 @@ EOF;
|
||||
$sParentClass = $oPhpParent->GetChildText('name', '');
|
||||
if ($sParentClass == '')
|
||||
{
|
||||
throw new Exception("Failed to process class '".$oClass->getAttribute('id')."', from '$sRelativeDir': missing required tag 'name' under 'php_parent'.");
|
||||
throw new Exception("Failed to process class '".$oClass->getAttribute('id')."', missing required tag 'name' under 'php_parent'.");
|
||||
}
|
||||
$sIncludeFile = $oPhpParent->GetChildText('file', '');
|
||||
if ($sIncludeFile != '')
|
||||
|
||||
Reference in New Issue
Block a user