diff options
Diffstat (limited to 'mod/suggest.php')
-rw-r--r-- | mod/suggest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/suggest.php b/mod/suggest.php index ebe0e0f78..ca888310a 100644 --- a/mod/suggest.php +++ b/mod/suggest.php @@ -27,7 +27,7 @@ function suggest_content(&$a) { return; } - $_SESSION['return_url'] = z_root() . '/' . $a->cmd; + $_SESSION['return_url'] = z_root() . '/' . App::$cmd; $r = suggestion_query(local_channel(),get_observer_hash()); |