Use objectManager to submit super maintainer requests
This commit is contained in:
committed by
Chris Morgan
parent
3ab41b6fca
commit
e5d1bc1bf0
@@ -652,7 +652,14 @@ class ObjectManager
|
||||
|
||||
/* Display help if it is exists */
|
||||
if(method_exists(new $this->sClass, "objectDisplayAddItemHelp"))
|
||||
$oObject->objectDisplayAddItemHelp();
|
||||
{
|
||||
$aVars = $this->get_custom_vars($aClean, "addHelp");
|
||||
|
||||
if($aVars)
|
||||
$oObject->objectDisplayAddItemHelp($aClean);
|
||||
else
|
||||
$oObject->objectDisplayAddItemHelp();
|
||||
}
|
||||
|
||||
echo "<form method=\"post\">\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user