Commit f6855971 authored by Jason Lewis's avatar Jason Lewis

Defer URI language support to L4.

Signed-off-by: 's avatarJason Lewis <jason.lewis1991@gmail.com>
parent 694f696c
......@@ -242,11 +242,6 @@ class URL {
$url = str_replace($index.'/', '', $url);
}
if (count(Config::get('application.languages')) > 0)
{
$url = str_replace(Config::get('application.language').'/', '', $url);
}
return $url;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment