mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
replace quick fix with correct fix
This commit is contained in:
parent
004193e849
commit
0e39f60c04
2 changed files with 3 additions and 4 deletions
|
@ -6,8 +6,7 @@ function dfrn_request_init(&$a) {
|
|||
if($a->argc > 1)
|
||||
$which = $a->argv[1];
|
||||
|
||||
require_once('mod/profile.php');
|
||||
profile_init($a,$which);
|
||||
profile_load($a,$which);
|
||||
|
||||
return;
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue