Removing last ?> since it is unnecessary
It might just end up throwing out whitespace to the PHP parser, causing errors like "headers already sent" etc. because output has already begun.
This commit is contained in:
parent
18877f77f0
commit
92dace9f2a
|
@ -927,6 +927,3 @@ class URLMapperOverwrite extends URLMapper
|
|||
$m->variables[$n][0]['action'] = $newaction;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user