mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 01:51:31 +02:00
[ticket/11103] Fix effectively installed check
PHPBB3-11103
This commit is contained in:
@@ -11,7 +11,7 @@ class phpbb_db_migration_data_310_notifications extends phpbb_db_migration
|
|||||||
{
|
{
|
||||||
public function effectively_installed()
|
public function effectively_installed()
|
||||||
{
|
{
|
||||||
return false;//!$this->db_tools->sql_table_exists($this->table_prefix . 'notifications');
|
return $this->db_tools->sql_table_exists($this->table_prefix . 'notifications');
|
||||||
}
|
}
|
||||||
|
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
|
Reference in New Issue
Block a user