Ticket #498 (closed Bug report: fixed)

Opened 3 months ago

Last modified 3 months ago

Portal index.php has missing '{'

Reported by: The_Anomaly Assigned to:
Priority: high Milestone: WifiDog Auth Server 1.0
Component: Auth server, Other Keywords: error, portal, fix
Cc:

Description

When viewing portal/index.php it crashes with the error 'unexpected '}' on line 125 of ...' The solution is to ADD a '{' at the end of line 116:

if ($node->getPortalOriginalUrlAllowed() && $network->getPortalOriginalUrlAllowed() && !empty ($session_original_url)) {

Attachments

Change History

10/13/08 15:50:37 changed by networkfusion

  • priority changed from normal to high.
  • status changed from new to closed.
  • resolution set to fixed.

fixed in [1387]

10/13/08 15:50:52 changed by networkfusion

  • milestone changed from Not yet assigned to a Milestone to WifiDog Auth Server 1.0.

Add/Change #498 (Portal index.php has missing '{')




Action