1
Typo fix:
File: xoopstopic.php
Function: getNiceTopicPathFromId($funcURL)
Error in line: $ret = $xt->getNicePathFromId($this->topic_id, "toppic_title", $funcURL);
Should read: $ret = $xt->getNicePathFromId($this->topic_id, "topic_title", $funcURL);