mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-12 20:02:08 +02:00
Merge pull request #5350 from Elsensee/ticket/15767
[ticket/15767] Fix effictively_installed condition for oauth_tokens
This commit is contained in:
commit
88f897bc86
@ -17,7 +17,7 @@ class auth_provider_oauth extends \phpbb\db\migration\migration
|
||||
{
|
||||
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user