diff --git a/docs/VERSION.txt b/docs/VERSION.txt index c0bfa64..5412814 100644 --- a/docs/VERSION.txt +++ b/docs/VERSION.txt @@ -1,14 +1,14 @@ 0.356 -- -* Multiple stules in BrowseEdit +* Multiple styles in BrowseEdit * More font-tweaking * Fixed the %a - %s bug (thanks Dan) * A little more cleaning in XAMP * Bugs in convo-flashing fixe * Beta Makefile * Beta ebuild (for Gentoo Linux users) -* No more extraneous warnings on startup +* No more extraneous warnings on startup (well maybe one or two) * Convo code separated into convo widget and container widget * Buddy list now uses Tahoma * Fixed links problem on Win32 (thanks to Bob for pointing it out) diff --git a/plugins/Log.pl b/plugins/Log.pl index 7a4027a..6fd9016 100644 --- a/plugins/Log.pl +++ b/plugins/Log.pl @@ -62,7 +62,7 @@ sub user_log_file $month++; $year %= 100; - my $path = user_file("log/$user/"); + my $path = "$dir/$user"; mkpath $path; return "$path/$month-$day-$year.html";