Quote:
Originally Posted by thincom2000
Fixed for the next build. In vault/special_class_friendlyurl.php, find:
Code:
public function get_url($method_override = false)
Add before:
Code:
protected function skip_query_var($key, $skip_pageinfo = true)
{
return vB_Friendly_Url::skip_query_var($key, $skip_pageinfo);
}
|
Thank you. There is 2 instances. Do this with both correct?