mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fix for missing subject on page comments.
This commit is contained in:
3
page.php
3
page.php
@@ -988,7 +988,8 @@ class pageClass
|
||||
$e107cache->clear("comment.page.".$this->pageID);
|
||||
$e107cache->clear($this->cacheString);
|
||||
}
|
||||
return $cobj->compose_comment("page", "comment", $this->pageID, 0, $this->title, false, true);
|
||||
|
||||
return $cobj->compose_comment("page", "comment", $this->pageID, 0, $this->page['page_title'], false, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user