X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftagother.php;h=c3f43be8ba42fac0b44e20e2dc4a740ab721e5f8;hb=de5ff19713a990af197330dd8e4314de465ffe76;hp=0d18945a09e88b2e8d2cc9b2704584cc93184be1;hpb=8e0508dad3bb888b0c01834614b1aa7e16cfe583;p=quix0rs-gnu-social.git diff --git a/actions/tagother.php b/actions/tagother.php index 0d18945a09..c3f43be8ba 100644 --- a/actions/tagother.php +++ b/actions/tagother.php @@ -1,7 +1,7 @@ . */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/settingsaction.php'); @@ -221,7 +221,8 @@ class TagotherAction extends Action $this->elementEnd('html'); } else { common_redirect(common_local_url($action, array('nickname' => - $user->nickname))); + $user->nickname)), + 303); } }