mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°9167 Fix 'Unknown' label
This commit is contained in:
@@ -146,7 +146,7 @@ class iTopExtension
|
||||
return match ($this->sSource) {
|
||||
iTopExtension::SOURCE_MANUAL => 'Local extensions folder',
|
||||
iTopExtension::SOURCE_REMOTE => (ITOP_APPLICATION == 'iTop') ? 'iTop Hub' : 'ITSM Designer',
|
||||
default => 'Unknown',
|
||||
default => '',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user