in #2409209: Replace all _url() calls beside the one in _l() the parameters of ViewExecutable::getUrl() changed to no longer include $path, there is however still a check on isset($path), which will now always be false. So lets get rid of the check and move the setting of the variable to a spot just before it gets used while we are at it.
↧