1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12113] Fix view_log() tests

PHPBB3-12113
This commit is contained in:
Joas Schilling
2014-04-01 23:10:29 +02:00
parent f471831916
commit 2fcfca7369
2 changed files with 6 additions and 1 deletions

View File

@@ -46,4 +46,9 @@ class phpbb_mock_user
}
return false;
}
public function lang()
{
return implode(' ', func_get_args());
}
}