A server that I’m trying to deploy to is getting caugh up on the following line:
foreach ($site_pages['uris'] as &$path) {
width the following error:
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /web/dev/current/admin/modules/structure/mod.structure.php on line 1532
Can I safely remove the
&
to make
$path
to be a variable?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.