mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17422] Add author_id search tests
PHPBB-17422
This commit is contained in:
@@ -1525,7 +1525,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
*
|
||||
* @return bool Returns true if a user exists, false otherwise
|
||||
*/
|
||||
protected function user_exists($username, $user_id = null)
|
||||
protected function user_exists(&$username, &$user_id = null)
|
||||
{
|
||||
global $db;
|
||||
|
||||
|
Reference in New Issue
Block a user