From 3c77c54c8e5de8be6716c0941513a58edd260bbb Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 2 Feb 2023 18:55:16 +0100 Subject: [PATCH] my fault --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 2d4cf7e3..ab158b6a 100644 --- a/common.php +++ b/common.php @@ -70,7 +70,7 @@ const VENDOR = BASE . 'vendor/'; // other dirs const SESSIONS_DIR = SYSTEM . 'php_sessions'; -const GUILD_IMAGES_DIR = 'user_images/'; +const GUILD_IMAGES_DIR = 'images/guilds/'; const EDITOR_IMAGES_DIR = 'images/editor/'; const GALLERY_DIR = 'images/gallery/';