mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/10848] Add phpbb_ prefix.
PHPBB3-10848
This commit is contained in:
@@ -37,7 +37,7 @@ class phpbb_clean_path_test extends phpbb_test_case
|
||||
*/
|
||||
public function test_clean_path($input, $expected)
|
||||
{
|
||||
$output = clean_path($input);
|
||||
$output = phpbb_clean_path($input);
|
||||
|
||||
$this->assertEquals($expected, $output);
|
||||
}
|
||||
|
Reference in New Issue
Block a user