mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Typo
This commit is contained in:
@@ -850,7 +850,7 @@ EOF
|
||||
foreach ($aFields as $sAttCode) {
|
||||
$oAttDef = MetaModel::GetAttributeDef($sClass, $sAttCode);
|
||||
|
||||
// Skip case logs as they will be hadnled by the activty panel
|
||||
// Skip case logs as they will be handled by the activity panel
|
||||
if ($oAttDef instanceof AttributeCaseLog) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user