API Work with Symfony Request

This commit is contained in:
Maxime Rainville 2022-08-27 23:45:43 +12:00
parent c130b55ecb
commit c54387a143
1 changed files with 0 additions and 5 deletions

View File

@ -123,11 +123,6 @@ class ModelAsController extends Controller implements NestedController
throw new Exception('ModelAsController->getNestedController(): was not passed a URLSegment value.');
}
// Find page by link, regardless of current locale settings
if (class_exists('Translatable')) {
Translatable::disable_locale_filter();
}
// url encode unless it's multibyte (already pre-encoded in the database)
$filter = URLSegmentFilter::create();
if (!$filter->getAllowMultibyte()) {