[Cinemaru-svn] cinemaru-svn [197] ゲストの時にコメント投稿できない場合を修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 6月 13日 (土) 18:39:12 JST


Revision: 197
          http://svn.sourceforge.jp/view?root=cinemaru&view=rev&rev=197
Author:   asben
Date:     2009-06-13 18:39:12 +0900 (Sat, 13 Jun 2009)

Log Message:
-----------
ゲストの時にコメント投稿できない場合を修正

Modified Paths:
--------------
    trunk/html/modules/cinemaru/movie_comment_post.php

Modified: trunk/html/modules/cinemaru/movie_comment_post.php
===================================================================
--- trunk/html/modules/cinemaru/movie_comment_post.php	2009-04-01 15:49:00 UTC (rev 196)
+++ trunk/html/modules/cinemaru/movie_comment_post.php	2009-06-13 09:39:12 UTC (rev 197)
@@ -18,7 +18,7 @@
 if ($groupperm_insertcomment) {
     cinemaru_movie_comment_up($_REQUEST['id']);
 
-    if (isset($xoopsUser)) {
+    if (isset($xoopsUser) && !empty($xoopsUser)) {
 	$uid = $xoopsUser->uid();
     } else {
 	$uid = 0;




Cinemaru-svn メーリングリストの案内
Back to archive index