[Slashdotjp-dev 1520] [1051] * Fix: /firehose.pl:Slash::Utility::Display:/usr/lib/perl5/Slash/ Utility/Display.pm:526:cannot

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 3日 (火) 14:45:06 JST


Revision: 1051
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1051
Author:   tach
Date:     2009-03-03 14:45:06 +0900 (Tue, 03 Mar 2009)

Log Message:
-----------
 * Fix: /firehose.pl:Slash::Utility::Display:/usr/lib/perl5/Slash/Utility/Display.pm:526:cannot
   getSkin for empty skid ;; Which was called
   by:Slash::FireHose:/usr/share/perl5/Slash/FireHose.pm:3321

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


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2009-03-03 04:39:41 UTC (rev 1050)
+++ slashjp/trunk/debian/changelog	2009-03-03 05:45:06 UTC (rev 1051)
@@ -30,8 +30,11 @@
     "journal-story"
   * setCurrentForm('ssi', 1) when creating "slashfoot.inc"
   * enable SSI on firehose.shtml for slashdot.jp
+  * Fix: /firehose.pl:Slash::Utility::Display:/usr/lib/perl5/Slash/Utility/Display.pm:526:cannot
+    getSkin for empty skid ;; Which was called
+    by:Slash::FireHose:/usr/share/perl5/Slash/FireHose.pm:3321
 
- -- Taku YASUI <tach****@osdn*****>  Tue,  3 Mar 2009 04:39:16 +0000
+ -- Taku YASUI <tach****@osdn*****>  Tue,  3 Mar 2009 05:44:33 +0000
 
 slash (2.5.0.233-4) unstable; urgency=low
 

Modified: slashjp/trunk/plugins/FireHose/FireHose.pm
===================================================================
--- slashjp/trunk/plugins/FireHose/FireHose.pm	2009-03-03 04:39:41 UTC (rev 1050)
+++ slashjp/trunk/plugins/FireHose/FireHose.pm	2009-03-03 05:45:06 UTC (rev 1051)
@@ -3322,7 +3322,7 @@
 			sid	=> $story->{sid},
 			link 	=> $story->{title},
 			tid 	=> $story->{tid},
-			skin	=> $story->{primaryskid}
+			skin	=> $story->{primaryskid} || $constants->{mainpage_skid},
 		}, 0);
 		$link_url = $story_link_ar->[0];
 	} elsif ($item->{type} eq "journal") {



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