Cleaning up after route connection.

This commit is contained in:
Mark Story 2011-07-25 20:51:32 -04:00
parent 2b7888ec47
commit c35d52eba0

View file

@ -81,3 +81,6 @@
if ($namedConfig['rules'] === false) {
Router::connectNamed(true);
}
unset($namedConfig, $params, $indexParams, $prefix, $prefixes, $shortParams, $match,
$pluginPattern, $plugins, $key, $value);