svnno****@sourc*****
svnno****@sourc*****
2007年 10月 16日 (火) 12:05:40 JST
Revision: 187 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=187 Author: tach Date: 2007-10-16 12:05:40 +0900 (Tue, 16 Oct 2007) Log Message: ----------- merged from otp(slash original?) code Modified Paths: -------------- slashjp/trunk/themes/slashcode/htdocs/index.pl -------------- next part -------------- Modified: slashjp/trunk/themes/slashcode/htdocs/index.pl =================================================================== --- slashjp/trunk/themes/slashcode/htdocs/index.pl 2007-10-16 03:05:00 UTC (rev 186) +++ slashjp/trunk/themes/slashcode/htdocs/index.pl 2007-10-16 03:05:40 UTC (rev 187) @@ -780,7 +780,7 @@ } if ($user->{seclev} >= 100) { - push @links, [ "$gSkin->{absolutedir}/admin.pl?op=edit&sid=$story->{sid}", getData('edit'), '', 'edit' ]; + push @links, [ "$gSkin->{rootdir}/admin.pl?op=edit&sid=$story->{sid}", getData('edit'), '', 'edit' ]; if ($constants->{plugin}{Ajax}) { my $signoff = slashDisplay("signoff", { stoid => $story->{stoid}, storylink => 1 }, { Return => 1 } ); push @links, $signoff;