Closed RobertHeim closed 9 years ago
This: https://github.com/RobertHeim/phpbb-ext-topictags/blob/master/event/main_listener.php#L172
should be:
$mode = $data['mode']; $is_new_topic = $mode == 'post'; if ($is_new_topic || $this->is_edit_first_post($event_data['mode'], $data))
Please, consider removing/upgrading the "latest release" from https://github.com/RobertHeim/phpbb-ext-topictags/releases, as I downloaded that instead of master and went kinda crazy.
Cheers!
This: https://github.com/RobertHeim/phpbb-ext-topictags/blob/master/event/main_listener.php#L172
should be: