aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textreparser/plugins/forum_rules.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textreparser/plugins/forum_rules.php')
-rw-r--r--phpBB/phpbb/textreparser/plugins/forum_rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/textreparser/plugins/forum_rules.php b/phpBB/phpbb/textreparser/plugins/forum_rules.php
index 36bb595cb9..57c666a556 100644
--- a/phpBB/phpbb/textreparser/plugins/forum_rules.php
+++ b/phpBB/phpbb/textreparser/plugins/forum_rules.php
@@ -18,7 +18,7 @@ class forum_rules extends \phpbb\textreparser\row_based_plugin
/**
* {@inheritdoc}
*/
- protected function get_columns()
+ public function get_columns()
{
return array(
'id' => 'forum_id',
@@ -30,7 +30,7 @@ class forum_rules extends \phpbb\textreparser\row_based_plugin
/**
* {@inheritdoc}
*/
- protected function get_table_name()
+ public function get_table_name()
{
return FORUMS_TABLE;
}