Improved the compiler getDynamicScript to also use function tabs. Moved the fucntion tab to helper class. Added dynamic title and description insertion options to permissions area.
This commit is contained in:
@ -3938,7 +3938,7 @@ class com_componentbuilderInstallerScript
|
||||
}
|
||||
|
||||
|
||||
/// Remove Componentbuilder from the action_logs_extensions table
|
||||
// Remove Componentbuilder from the action_logs_extensions table
|
||||
$componentbuilder_action_logs_extensions = array( $db->quoteName('extension') . ' = ' . $db->quote('com_componentbuilder') );
|
||||
// Create a new query object.
|
||||
$query = $db->getQuery(true);
|
||||
|
Reference in New Issue
Block a user