typo
This commit is contained in:
parent
76b289504b
commit
696551222e
@ -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}"),
|
||||
|
@ -509,7 +509,7 @@ function network_content(&$a, $update = 0, $load = false) {
|
||||
'$search' => $search,
|
||||
'$order' => $order,
|
||||
'$file' => $file,
|
||||
'$cats' =? '',
|
||||
'$cats' => '',
|
||||
'$dend' => $datequery,
|
||||
'$dbegin' => $datequery2
|
||||
));
|
||||
|
Reference in New Issue
Block a user