OSDN Git Service

FIX: CommentActions::parse_itemlink()がアイテム配列を参照するよう修正
[nucleus-jp/nucleus-next.git] / nucleus / libs / COMMENTACTIONS.php
index ce592ec..9c50ece 100644 (file)
@@ -417,8 +417,8 @@ class CommentActions extends BaseActions
        {
                $data = array(
                        'itemid'        => $this->commentsObj->itemid,
-                       'timestamp'     => $this->commentsObj->itemActions->currentItem->timestamp,
-                       'title'         => $this->commentsObj->itemActions->currentItem->title,
+                       'timestamp'     => $this->commentsObj->itemActions->currentItem['timestamp'],
+                       'title'         => $this->commentsObj->itemActions->currentItem['title'],
                        'extra'         => $this->commentsObj->itemActions->linkparams
                );