HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
This commit is contained in:
@@ -46,7 +46,7 @@ function skinList ()
|
||||
$textFilter = '';
|
||||
}
|
||||
|
||||
$skinList = PMSystem::getSkingList();
|
||||
$skinList = PmSystem::getSkingList();
|
||||
$wildcard = '';
|
||||
if (isset( $_REQUEST['activeskin'] )) {
|
||||
$wildcard = '@';
|
||||
|
||||
Reference in New Issue
Block a user