Missing semi colon in showNotice class.
This commit is contained in:
parent
639cf48cc7
commit
7ca6597c7f
@ -219,7 +219,7 @@ class ShownoticeAction extends Action
|
|||||||
} else {
|
} else {
|
||||||
if ($this->notice->is_local == Notice::REMOTE) {
|
if ($this->notice->is_local == Notice::REMOTE) {
|
||||||
try {
|
try {
|
||||||
$target = $this->notice->getUrl()
|
$target = $this->notice->getUrl();
|
||||||
if ($target != $this->selfUrl()) {
|
if ($target != $this->selfUrl()) {
|
||||||
common_redirect($target, 301);
|
common_redirect($target, 301);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user