phpFan Addon - Joined has a mini bugfix. Since it’s one line changed I decided to release the fix for those who don’t want to download a new zip and update the old zips.
Around line 354 in /includes/phpfanmore.php change:
$getnum = ($this->wherenum > 1 ? intval($this->ruri[$this->wherenum]) : '');
to:
$getnum = ($this->wherenum > 1 ? intval($this->ruri[$this->wherenum]) : 0);
phpFan Addon - Joined 1.0.3 is available for download.
Tags: bugfix, phpfan addon - joined