Updated paypal donation link in readme note.

This commit is contained in:
2020-06-02 00:49:30 +02:00
parent 70635ff6f0
commit 90f48bd5fa
6 changed files with 7 additions and 7 deletions

View File

@ -5898,6 +5898,7 @@ class com_componentbuilderInstallerScript
'com_componentbuilder.fields' => 'com_componentbuilder.field',
'com_componentbuilder.fieldtypes' => 'com_componentbuilder.fieldtype'
);
// targeted tables (to fix all places categories are mapped into Joomla)
$fix_tables = array(
'content_types' => array(
@ -5917,7 +5918,6 @@ class com_componentbuilderInstallerScript
'key' => 'extension',
'suffix' => '')
);
// the script that does the work
foreach ($fix_categories as $fix => $category)
{