MioVisman / FluxBB_by_Visman

My modification of FluxBB
GNU General Public License v2.0
78 stars 13 forks source link

Update functions.php #27

Closed Elementtair closed 1 year ago

Elementtair commented 1 year ago

This '?' seemed a typo

MioVisman commented 1 year ago
// Reset tracked topics
set_tracked_topics(null);

This call occurs 3 times in the code.

Elementtair commented 1 year ago

My bad. I didn't knew that kind of parameter declaration.