Closed (fixed)
Project:
interwiki
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2008 at 19:28 UTC
Updated:
25 Jan 2011 at 04:58 UTC
in interwiki.module there is the following line:
$form[interwiki]['intro'] = array('#type' => 'markup', '#value' => "<p>$output</p>");
which should be written:
$form['interwiki']['intro'] = array('#type' => 'markup', '#value' => "<p>$output</p>");
Actually, undeclared constants have the value of a string containing the constant name, but that behavior can change in future. Or it can have a collateral effect if a module defines the interwiki constant.
Comments
Comment #1
sheldon rampton commented