[BUGFIX] Fixed some ressources not working after latest update.

- Optimisations + cleanup.
This commit is contained in:
Simon Sessingø
2016-01-15 09:37:23 +01:00
parent 14a030294e
commit bb6f56ef8c
3 changed files with 38 additions and 53 deletions
-4
View File
@@ -178,10 +178,6 @@ abstract class RouterEntry {
public function getMergeableSettings() {
$settings = $this->settings;
/*if(isset($settings['middleware'])) {
unset($settings['middleware']);
}*/
if(isset($settings['prefix'])) {
unset($settings['prefix']);
}