1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[ticket/15905] Try with existing phpbb extension

PHPBB3-15905
This commit is contained in:
mrgoldy
2018-12-09 23:52:50 +01:00
committed by Marc Alexander
parent 012fe18879
commit 7989f3f71f
12 changed files with 77 additions and 109 deletions

View File

@@ -79,7 +79,6 @@ class username extends \Twig_Extension
$custom_profile_url = isset($args[5]) ? $args[5] : false;
}
return get_username_string($mode, $user_id, $username, $user_colour, $guest_username, $custom_profile_url);
}
}