Missing semi colon in showNotice class.

This commit is contained in:
Mikael Nordfeldth 2014-04-19 22:20:45 +02:00
parent 639cf48cc7
commit 7ca6597c7f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}