mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing stupid default that stops other convention based features from working properly.
This commit is contained in:
parent
f2c1f9d6b2
commit
695d38fe68
1 changed files with 0 additions and 3 deletions
|
@ -543,9 +543,6 @@ class Router {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (empty($ext)) {
|
|
||||||
$ext = 'html';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return compact('ext', 'url');
|
return compact('ext', 'url');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue