]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
Renaming functions + moving functions from security to Model/Item and BaseModule...
[friendica.git] / mod / manage.php
index 9e724c1e9bca52b44bd4ead0849f262637b24a74..d38d90ce60e648b9ffb439d5a9fd801b1e3addad 100644 (file)
@@ -110,7 +110,7 @@ function manage_post(App $a) {
                unset($_SESSION['sysmsg_info']);
        }
 
-       Authentication::success($r[0], true, true);
+       Authentication::setAuthenticatedSessionForUser($r[0], true, true);
 
        if ($limited_id) {
                $_SESSION['submanage'] = $original_id;