Closed (fixed)
Project:
URL alter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 22:00 UTC
Updated:
14 Sep 2009 at 04:30 UTC
On line 99 of url_alter.module $code was evaluating to TRUE, which in turn gave the php error when eval() was run.
| Comment | File | Size | Author |
|---|---|---|---|
| url_alter-HEAD_unexpected_end.patch | 1.25 KB | dboulet |
Comments
Comment #1
dave reidThis probably just needs to be changed with an extra paranthesis. Could you test if this change works?
if (($code = url_alter_var('inbound')) && !isset($_GET['url-alter-kill'])) {Comment #2
dave reidI applied a combination of the supplied patch and #1 to CVS. I have also released 6.x-1.1 for the current code.