Ticket #1876 (closed defect: fixed)
php error in post.php, when adding tags
Reported by: | bruno | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.6.1 |
Component: | module:admin | Version: | 2.6 |
Severity: | normal | Keywords: | |
Cc: |
Description
Ajax Tags search does not filter the query correctly, causing some php errors in some cases.
To reproduce the bug : edit a post with a js-enabled browser, and in the Tag box in the sidebar, enter "/".
The ajax response raises the error : Warning: preg_match() : Unknown modifier '/' in /admin/services.php on line 401
The preg_match should at least preg_escape the query.
Change History
Note: See
TracTickets for help on using
tickets.
see [2572]