1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

Merge branch '3.2.x'

This commit is contained in:
Tristan Darricau
2018-09-15 17:05:17 +02:00

View File

@@ -17,7 +17,7 @@ class auth_provider_oauth extends \phpbb\db\migration\migration
{ {
public function effectively_installed() public function effectively_installed()
{ {
return $this->db_tools->sql_table_exists($this->table_prefix . 'auth_provider_oauth'); return $this->db_tools->sql_table_exists($this->table_prefix . 'oauth_tokens');
} }
static public function depends_on() static public function depends_on()