[Cpan-forum-commit] rev 193 - in trunk: . lib/CPAN
svn at pti.co.il
svn at pti.co.il
Tue Aug 29 15:15:58 IDT 2006
Author: gabor
Date: 2006-08-29 15:15:57 +0300 (Tue, 29 Aug 2006)
New Revision: 193
Modified:
trunk/
trunk/lib/CPAN/Forum.pm
Log:
fix listsing of posts by a user
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:11044
+ 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:11045
Modified: trunk/lib/CPAN/Forum.pm
===================================================================
--- trunk/lib/CPAN/Forum.pm 2006-08-29 12:15:52 UTC (rev 192)
+++ trunk/lib/CPAN/Forum.pm 2006-08-29 12:15:57 UTC (rev 193)
@@ -1723,7 +1723,7 @@
$t->param(title => "Information about $username");
my $page = $q->param('page') || 1;
- $self->_search_results($t, {where => {uid => $username}, page => $page});
+ $self->_search_results($t, {where => {uid => $user->id}, page => $page});
$t->output;
}
More information about the Cpan-forum-commit
mailing list