Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.5.3, 3.6.1, 3.9.2
-
Fix Version/s: None
-
Component/s: Forum
-
Labels:None
-
Affected Branches:MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_39_STABLE
Description
The forum search (/mod/forum/search.php) is passing an array instead of string to s() when searching using the "is tagged with" feature. The result is no results, and the following warning:
Warning: htmlspecialchars() expects parameter 1 to be string, array given in {site_location}/lib/weblib.php on line 100 |
This does not appear to affect functionality (searching for a valid tag returns a result).
Attachments
Issue Links
- Testing discovered
-
MDL-69938 mod_forum: Search tag with "space" character does not return result
-
- Open
-