forgot some functions aren't available at status time
This commit is contained in:
parent
587b7a8b2a
commit
2f82a3d44c
@ -107,7 +107,11 @@ class Status_network extends DB_DataObject
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
common_redirect($destination, 301);
|
header('HTTP/1.1 301 Moved Permanently');
|
||||||
// shouldn't get here
|
header("Location: $destination");
|
||||||
|
|
||||||
|
print "<a href='$destination'>$destination</a>\n";
|
||||||
|
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user