aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textreparser/plugins/user_signature.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-01 20:05:15 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-30 17:26:00 +0200
commit459f1d4c1f26658c70d29ac7c4e3f3389a973a59 (patch)
tree15940734e6782882b1879f338cc29b72288c1735 /phpBB/phpbb/textreparser/plugins/user_signature.php
parentb5911281ae175340817345e63ddbfaf43abb3cec (diff)
downloadforums-459f1d4c1f26658c70d29ac7c4e3f3389a973a59.tar
forums-459f1d4c1f26658c70d29ac7c4e3f3389a973a59.tar.gz
forums-459f1d4c1f26658c70d29ac7c4e3f3389a973a59.tar.bz2
forums-459f1d4c1f26658c70d29ac7c4e3f3389a973a59.tar.xz
forums-459f1d4c1f26658c70d29ac7c4e3f3389a973a59.zip
[ticket/13803] Refactored test
PHPBB3-13803
Diffstat (limited to 'phpBB/phpbb/textreparser/plugins/user_signature.php')
-rw-r--r--phpBB/phpbb/textreparser/plugins/user_signature.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/textreparser/plugins/user_signature.php b/phpBB/phpbb/textreparser/plugins/user_signature.php
index 7a66f39ab6..db82d4089b 100644
--- a/phpBB/phpbb/textreparser/plugins/user_signature.php
+++ b/phpBB/phpbb/textreparser/plugins/user_signature.php
@@ -50,7 +50,7 @@ class user_signature extends \phpbb\textreparser\row_based_plugin
/**
* {@inheritdoc}
*/
- protected function get_columns()
+ public function get_columns()
{
return array(
'id' => 'user_id',
@@ -63,7 +63,7 @@ class user_signature extends \phpbb\textreparser\row_based_plugin
/**
* {@inheritdoc}
*/
- protected function get_table_name()
+ public function get_table_name()
{
return USERS_TABLE;
}