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:
Mikael Nordfeldth 2015-06-12 16:56:48 +02:00
parent 18877f77f0
commit 92dace9f2a

View File

@ -927,6 +927,3 @@ class URLMapperOverwrite extends URLMapper
$m->variables[$n][0]['action'] = $newaction;
}
}
?>