This commit is contained in:
friendica 2012-12-16 02:07:16 -08:00
parent 76b289504b
commit 696551222e
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ function create_identity($arr) {
intval($ret['channel']['channel_account_id']),
intval($newuid),
dbesc(random_string()),
t('default'),
t('Default Profile'),
1,
dbesc($ret['channel']['channel_name']),
dbesc($a->get_baseurl() . "/photo/profile/l/{$newuid}"),

View File

@ -509,7 +509,7 @@ function network_content(&$a, $update = 0, $load = false) {
'$search' => $search,
'$order' => $order,
'$file' => $file,
'$cats' =? '',
'$cats' => '',
'$dend' => $datequery,
'$dbegin' => $datequery2
));