[Slashdotjp-dev 975] [498] use "dkid" instead of "kind" at plugins/Journal/Journal.pm

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 2月 8日 (金) 05:56:23 JST


Revision: 498
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=498
Author:   tach
Date:     2008-02-08 05:56:23 +0900 (Fri, 08 Feb 2008)

Log Message:
-----------
use "dkid" instead of "kind" at plugins/Journal/Journal.pm

Modified Paths:
--------------
    slashjp/trunk/debian/changelog
    slashjp/trunk/plugins/Journal/Journal.pm


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2008-02-07 17:43:05 UTC (rev 497)
+++ slashjp/trunk/debian/changelog	2008-02-07 20:56:23 UTC (rev 498)
@@ -2,8 +2,9 @@
 
   * Fix: Undefined subroutine &Slash::Apache::User::PasswordSalt::getSalts
     called at /usr/lib/perl5/Slash/Utility/Data.pm line 872.
+  * Fix: use "dkid" instead of "kind" at plugins/Journal/Journal.pm
 
- -- Taku YASUI <tach****@osdn*****>  Fri, 08 Feb 2008 02:41:59 +0900
+ -- Taku YASUI <tach****@debia*****>  Fri, 08 Feb 2008 05:55:13 +0900
 
 slash (2.5.0.192-1) unstable; urgency=low
 

Modified: slashjp/trunk/plugins/Journal/Journal.pm
===================================================================
--- slashjp/trunk/plugins/Journal/Journal.pm	2008-02-07 17:43:05 UTC (rev 497)
+++ slashjp/trunk/plugins/Journal/Journal.pm	2008-02-07 20:56:23 UTC (rev 498)
@@ -252,7 +252,7 @@
 		# if has been submitted as story or submission, don't
 		# delete the discussion
 		if ($journal->{promotetype} eq 'publicize' || $journal->{promotetype} eq "publish") {
-			my $kind = $self->getDiscussion($journal->{discussion}, 'kind');
+			my $kind = $self->getDiscussion($journal->{discussion}, 'dkid');
 			my $kinds = $self->getDescriptions('discussion_kinds');
 			# set to disabled only if the journal has not been
 			# converted to a journal-story (it will get re-enabled


Slashdotjp-dev メーリングリストの案内
Back to archive index