Missing semi colon in showNotice class.
This commit is contained in:
parent
639cf48cc7
commit
7ca6597c7f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user