User: sits
Date: 08/08/07 00:14:42
Modified: lib/Codestriker/Http UrlBuilder.pm
Log:
Make the action parameter appear first, as it does for other URLs.
Index: UrlBuilder.pm
===================================================================
RCS file:
/cvsroot/codestriker/codestriker/lib/Codestriker/Http/UrlBuilder.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- UrlBuilder.pm 6 Aug 2008 01:58:00 -0000 1.34
+++ UrlBuilder.pm 7 Aug 2008 07:14:42 -0000 1.35
@@ -55,7 +55,7 @@
my ($self, %args) = @_;
return (defined $args{prefix} ? $args{prefix} : $self->{query}->url()) .
- "?topic=$args{topicid}&action=view" .
+ "?action=view&topic=$args{topicid}" .
(defined $args{updated} ? "&updated=$args{updated}" : "") .
(defined $args{tabwidth} ? "&tabwidth=$args{tabwidth}"
: "") .
(defined $args{mode} ? "&mode=$args{mode}" : "") .
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits