summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/includes/model/TargetPage.php')
-rw-r--r--Echo/includes/model/TargetPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Echo/includes/model/TargetPage.php b/Echo/includes/model/TargetPage.php
index e9ea4d2b..4134f039 100644
--- a/Echo/includes/model/TargetPage.php
+++ b/Echo/includes/model/TargetPage.php
@@ -92,7 +92,7 @@ class EchoTargetPage extends EchoAbstractEntity {
*/
public function getTitle() {
if ( $this->title === false ) {
- $this->title = Title::newFromId( $this->pageId );
+ $this->title = Title::newFromID( $this->pageId );
}
return $this->title;