typo in redirect_to_referer, file: environment/functions/general.php
Submitted by jay_jarvinen on Thu, 09/27/2007 - 02:03.
| Project: | ProjectPier |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed - by issue author |
Description
part of Line 317 reads '$alternative = nulls' with an 's', should be 'null'.
| Attachment | Size |
|---|---|
| patch-redirect_to_referer-general.php_.txt | 456 bytes |

Thanks Jay! Do you know of anything specific it was breaking or messing up? (just so we have a sense of how serious it is)
I'm not familiar enough with the code (~2 hours of exposure?), so I can't comment on the severity.
We've only actively been using ProjectPier(0.8.0 final)/AC(0.7.1) for a very short time now (currently used internally, no "Client"s). That said, we're solidly behind the new fork and hope to be of assistance.
I _may_ have a related bug report forthcoming. But first, I need to be more familiar with the Basic Concepts and confident about my report.
Until then, all I can say is: I didn't set out to inspect general.php or the redirect handling, it was a bi-product.
No problem, thanks for keeping a sharp eye out :)
This new patch should work better since the whole path to the file is included.
Made against version 104 of SVN but that shouldn't change anything.
Thanks Jay and Tim.