Home » Text » Text_Wiki » Bug #5397
variable used inside single quotes
Details
| Submitted | 2005-09-14 12:43 UTC |
|---|---|
| From | kristof dot coomans at sckcen dot be |
| Assigned | toggg |
| Status | Closed |
| Package | Text_Wiki |
| PHP Version | 4.3.11 |
| Roadmaps | (Not assigned) |
Comments
[2005-09-14 12:43 UTC] kristof dot coomans at sckcen dot be
Description:
------------
On line 128 of Text/Wiki/Parse/Default/Wikilink.php the variable $either is used inside single quotes, while it should be parsed.
Test script:
---------------
$tmp_regex = '/(^|[^$either\-_])' . $this->regex . '/';
$either won't be parsed because single quotes are used.