From: Mikael Nordfeldth Date: Sat, 19 Apr 2014 20:20:45 +0000 (+0200) Subject: Missing semi colon in showNotice class. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ca6597c7f4096a0b9227290a0d12d4efa3b6306;p=quix0rs-gnu-social.git Missing semi colon in showNotice class. --- 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); }