display request issue

This commit is contained in:
Friendika 2010-12-12 13:59:16 -08:00
parent a50343830f
commit 004193e849
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ function dfrn_request_init(&$a) {
if($a->argc > 1)
$which = $a->argv[1];
require_once('mod/profile.php');
profile_init($a,$which);
return;