From 59a5163e2b02e0d82e281c5bd033637ed1594384 Mon Sep 17 00:00:00 2001 From: rubencm Date: Sat, 23 Sep 2023 11:58:52 +0000 Subject: [PATCH] [ticket/15699] Fix code style PHPBB3-15699 Co-authored-by: Marc Alexander --- phpBB/includes/acp/acp_storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_storage.php b/phpBB/includes/acp/acp_storage.php index 996a0f641b..2e28ef9a50 100644 --- a/phpBB/includes/acp/acp_storage.php +++ b/phpBB/includes/acp/acp_storage.php @@ -247,7 +247,7 @@ class acp_storage $this->db->sql_freeresult($result); // Remove all files of a storage, increase storage index and reset file index - $this->state_helper->set_remove_storage_index($this->state_helper->remove_storage_index()+1); + $this->state_helper->set_remove_storage_index($this->state_helper->remove_storage_index() + 1); $this->state_helper->set_file_index(0); } }