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($ret['channel']['channel_account_id']),
|
||||||
intval($newuid),
|
intval($newuid),
|
||||||
dbesc(random_string()),
|
dbesc(random_string()),
|
||||||
t('default'),
|
t('Default Profile'),
|
||||||
1,
|
1,
|
||||||
dbesc($ret['channel']['channel_name']),
|
dbesc($ret['channel']['channel_name']),
|
||||||
dbesc($a->get_baseurl() . "/photo/profile/l/{$newuid}"),
|
dbesc($a->get_baseurl() . "/photo/profile/l/{$newuid}"),
|
||||||
|
@ -509,7 +509,7 @@ function network_content(&$a, $update = 0, $load = false) {
|
|||||||
'$search' => $search,
|
'$search' => $search,
|
||||||
'$order' => $order,
|
'$order' => $order,
|
||||||
'$file' => $file,
|
'$file' => $file,
|
||||||
'$cats' =? '',
|
'$cats' => '',
|
||||||
'$dend' => $datequery,
|
'$dend' => $datequery,
|
||||||
'$dbegin' => $datequery2
|
'$dbegin' => $datequery2
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user