Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.0.1
-
Component/s: Viewing posts
-
Labels:None
-
Environment:PHP Environment:
Database:
-
phpBB Import Key:
Description
An array is passed to the function watch_topic_forum() as $s_watching_img and is not used in the function. The function is called from both viewtopic.php and viewforum.php This array is passed by reference. The refering arrays, $s_watching_topic_img and $s_watching_forum_img are defined and not used as well, besides being passed to the function.

