#9475 closed defect (bug) (duplicate)
htmlspecialchars_decode on compat.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
I believe there is a problem with the compat.php on line 104 and 105, the $string should be $str .
How: I was working on a plugin that needs the htmlspecialchars_decode function when I get an strange error, that sends me to line 105, I change the $string variable to $str and everyworks fine.
Change History (2)
Note: See
TracTickets for help on using
tickets.
See:
Changed 8 weeks ago by ryan
(In [10544]) Use right variable name. Props stringfold. fixes #9090 for 2.7
(In [10544]) Use right variable name. Props stringfold. fixes #9090 for 2.7