diff --git a/model/BlogPost.php b/model/BlogPost.php index 3fb71ff..e4d6942 100755 --- a/model/BlogPost.php +++ b/model/BlogPost.php @@ -131,7 +131,7 @@ class BlogPost extends Page { * * @return string **/ - public function getExcerpt($wordCount = 30) { + public function Excerpt($wordCount = 30) { return $this->dbObject("Content")->LimitWordCount($wordCount); }