Merge remote branch 'statusnet/0.8.x' into 0.9.x
Conflicts: lib/common.php
This commit is contained in:
@@ -998,7 +998,7 @@ function common_set_returnto($url)
|
||||
function common_get_returnto()
|
||||
{
|
||||
common_ensure_session();
|
||||
return $_SESSION['returnto'];
|
||||
return (array_key_exists('returnto', $_SESSION)) ? $_SESSION['returnto'] : null;
|
||||
}
|
||||
|
||||
function common_timestamp()
|
||||
|
Reference in New Issue
Block a user