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

[feature/oauth] Fixes for problems found by tests

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-24 16:02:33 -04:00
parent c5d2b75022
commit f8dbaa148d
2 changed files with 7 additions and 7 deletions

View File

@@ -151,4 +151,4 @@ class phpbb_auth_provider_oauth_token_storage_test extends phpbb_database_test_c
return $row;
}
}
}