From 13557d7fd1a64b2ec0d37ea2ed73f874417d5c68 Mon Sep 17 00:00:00 2001 From: Leinad4Mind Date: Sat, 16 Aug 2025 23:18:48 +0100 Subject: [PATCH] Fix symfony array problem --- core/config/tables.yml | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/core/config/tables.yml b/core/config/tables.yml index 90f46d4b..94400d2f 100644 --- a/core/config/tables.yml +++ b/core/config/tables.yml @@ -1,21 +1,19 @@ parameters: - phpbbgallery.core: - file.source: '%core.root_path%files/phpbbgallery/core/source/' - file.medium: '%core.root_path%files/phpbbgallery/core/medium/' - file.mini: '%core.root_path%files/phpbbgallery/core/mini/' - file.watermark: '%core.root_path%ext/phpbbgallery/core/images/watermark.png' + phpbbgallery.core.file.source: '%core.root_path%files/phpbbgallery/core/source/' + phpbbgallery.core.file.medium: '%core.root_path%files/phpbbgallery/core/medium/' + phpbbgallery.core.file.mini: '%core.root_path%files/phpbbgallery/core/mini/' + phpbbgallery.core.file.watermark: '%core.root_path%ext/phpbbgallery/core/images/watermark.png' - phpbbgallery.tables: - gallery_albums: '%core.table_prefix%gallery_albums' - gallery_contests: '%core.table_prefix%gallery_contests' - gallery_images: '%core.table_prefix%gallery_images' - gallery_moderators: '%core.table_prefix%gallery_modscache' - gallery_permissions: '%core.table_prefix%gallery_permissions' - gallery_roles: '%core.table_prefix%gallery_roles' - gallery_tracking: '%core.table_prefix%gallery_albums_track' - gallery_users: '%core.table_prefix%gallery_users' - gallery_comments: '%core.table_prefix%gallery_comments' - gallery_reports: '%core.table_prefix%gallery_reports' - gallery_rates: '%core.table_prefix%gallery_rates' - gallery_log: '%core.table_prefix%gallery_log' - gallery_watch: '%core.table_prefix%gallery_watch' + phpbbgallery.tables.gallery_albums: '%core.table_prefix%gallery_albums' + phpbbgallery.tables.gallery_contests: '%core.table_prefix%gallery_contests' + phpbbgallery.tables.gallery_images: '%core.table_prefix%gallery_images' + phpbbgallery.tables.gallery_moderators: '%core.table_prefix%gallery_modscache' + phpbbgallery.tables.gallery_permissions: '%core.table_prefix%gallery_permissions' + phpbbgallery.tables.gallery_roles: '%core.table_prefix%gallery_roles' + phpbbgallery.tables.gallery_tracking: '%core.table_prefix%gallery_albums_track' + phpbbgallery.tables.gallery_users: '%core.table_prefix%gallery_users' + phpbbgallery.tables.gallery_comments: '%core.table_prefix%gallery_comments' + phpbbgallery.tables.gallery_reports: '%core.table_prefix%gallery_reports' + phpbbgallery.tables.gallery_rates: '%core.table_prefix%gallery_rates' + phpbbgallery.tables.gallery_log: '%core.table_prefix%gallery_log' + phpbbgallery.tables.gallery_watch: '%core.table_prefix%gallery_watch'