From 696551222e22d698f2e1bdb0d287c7d7604bb381 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Dec 2012 02:07:16 -0800 Subject: [PATCH] typo --- include/identity.php | 2 +- mod/network.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/identity.php b/include/identity.php index 914da6384..2c3730cbc 100644 --- a/include/identity.php +++ b/include/identity.php @@ -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}"), diff --git a/mod/network.php b/mod/network.php index 7559de293..e1061405f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -509,7 +509,7 @@ function network_content(&$a, $update = 0, $load = false) { '$search' => $search, '$order' => $order, '$file' => $file, - '$cats' =? '', + '$cats' => '', '$dend' => $datequery, '$dbegin' => $datequery2 ));