diff --git a/page.php b/page.php
index bcac2ac4d..e270e1239 100644
--- a/page.php
+++ b/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);
 		}
 	}