[2.1.x] Fix double semi-colon

This commit is contained in:
Marc Alexander
2017-11-05 11:22:17 +01:00
parent 772b6449c0
commit fa97aac0ab

View File

@@ -26,7 +26,7 @@ class board3_includes_modules_helper_test extends \board3\portal\tests\testframe
public function setUp()
{
global $phpbb_root_path, $phpEx, $phpbb_dispatcher;;
global $phpbb_root_path, $phpEx, $phpbb_dispatcher;
parent::setUp();