fixed the downloading url for the update server.

This commit is contained in:
2020-04-05 02:16:50 +02:00
parent ad8717a47d
commit c006572674
5 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
ALTER TABLE `#__componentbuilder_language_translation` ADD `modules` TEXT NOT NULL AFTER `components`;
ALTER TABLE `#__componentbuilder_language_translation` ADD `modules` TEXT NOT NULL AFTER `components`;
ALTER TABLE `#__componentbuilder_language_translation` ADD `plugins` TEXT NOT NULL AFTER `modules`;