profile load optimisation

This commit is contained in:
Friendika 2010-12-11 04:16:58 -08:00
parent 18823fe546
commit 6b5a83b9b8
8 changed files with 73 additions and 56 deletions

View file

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