mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12408] Public functions and updated doc block
PHPBB3-12408
This commit is contained in:
parent
60c9955f51
commit
0b4944f125
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue