Notifications
Clear all
Topic starter
It was:
define ("_LOG_ADMIN_EDIT_AUTHOR", "<a href="'viewuser.php?uid=%2$d'>%1$s</a>" changed the author of <a href="'viewstory.php?sid=%4$d'>%3$s</a>" by <a href="'viewuser.php?uid=%6$d'>%5$s</a>" to <a href="'viewuser.php?uid=%8$d'>%7$s</a>.");[/code"]
It should be:
define ("_LOG_ADMIN_EDIT_AUTHOR", "<a href="'viewuser.php?uid=%2$d'>%1$s</a>" changed the author of <a href="'viewstory.php?sid=%4$d'>%3$s</a>" by <a href="'viewuser.php?uid=%8$d'>%7$s</a>" to <a href="'viewuser.php?uid=%6$d'>%5$s</a>.");[/code"]
The ordering in stories.php is:
sprintf(_LOG_ADMIN_EDIT_AUTHOR, USERPENNAME, USERUID, $title, $sid, $newpenname, $uid, $oldpenname, $olduid)
So it should be "changed from $oldpenname to $newpenname.
archive: dramione.org
site: accio.nu
Available for skin/mod commission! π
Posted : 03/02/2010 6:44 pm
Good catch. Moved to the the bugs forum so we can be sure it's corrected next version. Updated in the SVN.
Posted : 03/02/2010 7:29 pm
Someone please update as to whether or not this has been fixed (newest SVN files) by testing on their archive. Thank you!
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
Posted : 04/10/2010 2:39 am
