unbreak some more stuff

This commit is contained in:
friendica
2012-09-04 19:49:29 -07:00
parent 576559fd02
commit a08666be14
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ function profile_photo_init(&$a) {
return;
}
profile_load($a,$a->user['nickname']);
profile_load($a,$a->identity['entity_address']);
}
@@ -166,7 +166,7 @@ function profile_photo_content(&$a) {
notice( t('Permission denied.') . EOL );
return;
}
$newuser = false;
if($a->argc == 2 && $a->argv[1] === 'new')