From 7ca6597c7f4096a0b9227290a0d12d4efa3b6306 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 19 Apr 2014 22:20:45 +0200 Subject: [PATCH] Missing semi colon in showNotice class. --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/shownotice.php b/actions/shownotice.php index b72f39513e..eb9ee17fab 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -219,7 +219,7 @@ class ShownoticeAction extends Action } else { if ($this->notice->is_local == Notice::REMOTE) { try { - $target = $this->notice->getUrl() + $target = $this->notice->getUrl(); if ($target != $this->selfUrl()) { common_redirect($target, 301); } -- 2.39.5