Skip to content

Commit 8e6b3e2

Browse files
committed
4.0.0-a1
1 parent bcbaf22 commit 8e6b3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event/main_listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function __construct(auth $auth, config $config, db_text $config_text, la
104104
*/
105105
public function add_custom_sites($event)
106106
{
107-
$is_phpbb4 = phpbb_version_compare($this->config['version'], '4.0.0', '>=');
107+
$is_phpbb4 = phpbb_version_compare($this->config['version'], '4.0.0-a1', '>=');
108108
$phpbb4_builtins = array_flip([
109109
'applepodcasts', 'bluesky', 'bunny', 'mastodon', 'pastebin', 'threads', 'twitter',
110110
]);

0 commit comments

Comments
 (0)