Fixed gh-570 to add the correct custom field placeholder type, which is PHP and not HTML.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user