Quote:
Originally Posted by WNxWakko
On the ladder when you click a users name to challange them, I get this,
There are no fields to populate so what is it referring to?
|
Sorry, it refers to the pm'ing of the user you are challenging. Fix below, will be released with next version as well.
Find in tournament.php
PHP Code:
eval('$message = "' . fetch_template('tmnt_tmnt_chalpm') . '";');
replace with
PHP Code:
eval('$message = "' . fetch_template('tmnt_ladder_chalpm') . '";');