Fixed gh-570 to add the correct custom field placeholder type, which is PHP and not HTML.

This commit is contained in:
2020-07-07 21:42:43 +02:00
parent 354565d96a
commit a394638aff
2 changed files with 21 additions and 4 deletions

View File

@ -8729,6 +8729,8 @@ class Get
'php_method');
$addScriptTypes = array('install', 'update',
'uninstall');
// the next are php placeholders
$guiMapper['type'] = 'php';
foreach ($addScriptMethods as $scriptMethod)
{
foreach ($addScriptTypes as $scriptType)