diff options
author | Evan Prodromou <evan@status.net> | 2010-01-07 14:56:09 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-07 14:56:09 -0800 |
commit | c0a062dd8517a95acf8a7bdddddd4a397d791c1f (patch) | |
tree | 6a42bf82d92a266a2fa211197759a2d90ee70a23 /actions | |
parent | b2bab7d7caddd7e57974e07c48663e1422853ebe (diff) | |
parent | 14421d9db31392c731fc6d298805f6f4fd216b8b (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions')
-rw-r--r-- | actions/shownotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index 5d16fdad9..d09100f67 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -103,7 +103,7 @@ class ShownoticeAction extends OwnerDesignAction $this->user = User::staticGet('id', $this->profile->id); - if (! $this->notice->is_local) { + if ($this->notice->is_local == Notice::REMOTE_OMB) { common_redirect($this->notice->uri); return false; } |