Removing stupid default that stops other convention based features from working properly.

This commit is contained in:
mark_story 2011-05-02 22:36:44 -04:00
parent f2c1f9d6b2
commit 695d38fe68

View file

@ -543,9 +543,6 @@ class Router {
} }
} }
} }
if (empty($ext)) {
$ext = 'html';
}
} }
return compact('ext', 'url'); return compact('ext', 'url');
} }