Posted by webchick on May 28, 2006 at 5:28am
| Project: | Onlinestatus Indicator |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
Just a one-liner to fix a broken link in the help text.
| Attachment | Size |
|---|---|
| onlinestatus.module.patch | 1.6 KB |
Comments
#1
Little Cleaner patch
uses url()
#2
Hm. You can use url(), but since it's an external link and not a Drupal link, it's kind of silly to go through all the logic in url() when all you want is a simple str_replace. :)
#3
Patch works correctly. Can be applied