From 0b4944f1254ce07b9cd81fb0d7d6158672a9eac0 Mon Sep 17 00:00:00 2001 From: PayBas Date: Thu, 8 May 2014 15:33:16 +0200 Subject: [PATCH] [ticket/12408] Public functions and updated doc block PHPBB3-12408 --- phpBB/includes/acp/acp_board.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index 3a07978ac4..77a0f56e5a 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -924,7 +924,7 @@ class acp_board /** * Get default guest style */ - function guest_style_get() + public function guest_style_get() { global $db; @@ -941,8 +941,10 @@ class acp_board /** * Set default guest style + * + * @param int $style_id The style ID */ - function guest_style_set($style_id) + public function guest_style_set($style_id) { global $db;