[Slashdotjp-dev 1501] [1032] Fix poll URL in discussions table

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2009年 2月 23日 (月) 17:59:25 JST


Revision: 1032
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1032
Author:   tach
Date:     2009-02-23 17:59:25 +0900 (Mon, 23 Feb 2009)

Log Message:
-----------
Fix poll URL in discussions table

Modified Paths:
--------------
    slashjp/trunk/debian/changelog
    slashjp/trunk/plugins/PollBooth/pollBooth.pl


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2009-02-23 08:35:49 UTC (rev 1031)
+++ slashjp/trunk/debian/changelog	2009-02-23 08:59:25 UTC (rev 1032)
@@ -19,8 +19,9 @@
   * Print comments on the page of submission preview for Admin
   * Add getDiscussionByTime() to Slash/DB/MySQL/MySQL.pm to get next/prev
     discussions
+  * Fix poll URL in discussions table
 
- -- Taku YASUI <tach****@osdn*****>  Mon, 23 Feb 2009 08:33:46 +0000
+ -- Taku YASUI <tach****@osdn*****>  Mon, 23 Feb 2009 08:58:48 +0000
 
 slash (2.5.0.233-4) unstable; urgency=low
 

Modified: slashjp/trunk/plugins/PollBooth/pollBooth.pl
===================================================================
--- slashjp/trunk/plugins/PollBooth/pollBooth.pl	2009-02-23 08:35:49 UTC (rev 1031)
+++ slashjp/trunk/plugins/PollBooth/pollBooth.pl	2009-02-23 08:59:25 UTC (rev 1032)
@@ -411,7 +411,7 @@
 				title		=> $form->{question},
 				topic		=> $form->{topic},
 				approved	=> 1, # Story discussions are always approved -Brian
-				url		=> "$gSkin->{rootdir}/pollBooth.pl?qid=$qid&aid=-1",
+				url		=> "$gSkin->{rootdir}/polls/$qid?aid=-1",
 			});
 		} elsif ($poll->{discussion}) {
 			# Yep, this is lazy -Brian



Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る