Index: kernel/managers/rewrite_url_processor.php =================================================================== --- kernel/managers/rewrite_url_processor.php (revision 15338) +++ kernel/managers/rewrite_url_processor.php (working copy) @@ -799,6 +799,17 @@ } /** + * Determines if there is more to parse in url + * + * @return bool + * @access public + */ + public function moreToParse() + { + return count($this->_partsToParse) > 0; + } + + /** * Builds url * * @param string $t