diff --git a/src/applications/phame/controller/post/view/PhamePostViewController.php b/src/applications/phame/controller/post/view/PhamePostViewController.php index 3bc590fdb1..8e4d1d106e 100644 --- a/src/applications/phame/controller/post/view/PhamePostViewController.php +++ b/src/applications/phame/controller/post/view/PhamePostViewController.php @@ -131,7 +131,6 @@ extends PhameController { $notice = null; } - $page_title = $this->getPhameTitle(); $page = id(new PhamePostDetailView()) ->setUser($user) ->setRequestURI($request->getRequestURI()) @@ -145,7 +144,7 @@ extends PhameController { $page, ), array( - 'title' => $page_title, + 'title' => $post->getTitle(), )); } }