Starring now works again

This commit is contained in:
Michael Vogel 2014-05-29 14:17:37 +02:00
parent 0eafed3353
commit 3da39a0b0d
1 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,8 @@
function starred_init(&$a) {
require_once("include/threads.php");
$starred = 0;
if(! local_user())
@ -27,7 +29,9 @@ function starred_init(&$a) {
intval(local_user()),
intval($message_id)
);
update_thread($message_id);
// See if we've been passed a return path to redirect to
$return_path = ((x($_REQUEST,'return')) ? $_REQUEST['return'] : '');
if($return_path) {