mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Changing effectively_installed function to check if the config var is set.
This commit is contained in:
parent
a8f5695666
commit
5d669ed1c5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class phpbb_db_migration_data_310_boardindex extends phpbb_db_migration
|
|||
{
|
||||
public function effectively_installed()
|
||||
{
|
||||
return version_compare($this->config['version'], '3.1.0-dev', '>=');
|
||||
return isset($this->config['board_index_text']);
|
||||
}
|
||||
|
||||
public function update_data()
|
||||
|
|
Loading…
Add table
Reference in a new issue