aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-13 17:37:37 -0800
committerfriendica <info@friendica.com>2013-02-13 17:37:37 -0800
commitcd14b0665e8eb2c691cc4a97b792a2ca70d0751c (patch)
tree84fd2a7282ebae3d091d42d3c6af7b1b2f1f55a4 /mod
parent27aa8560ae3b93d7d9111a116a294cc3f2911801 (diff)
downloadvolse-hubzilla-cd14b0665e8eb2c691cc4a97b792a2ca70d0751c.tar.gz
volse-hubzilla-cd14b0665e8eb2c691cc4a97b792a2ca70d0751c.tar.bz2
volse-hubzilla-cd14b0665e8eb2c691cc4a97b792a2ca70d0751c.zip
two really bad typos cancelled each other out so typo couldn't see either.
Diffstat (limited to 'mod')
-rw-r--r--mod/common.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/common.php b/mod/common.php
index f7b854922..644009236 100644
--- a/mod/common.php
+++ b/mod/common.php
@@ -48,7 +48,7 @@ function common_content(&$a) {
$t = count_common_friends($a->profile['profile_uid'],$observer_hash);
- if(! $t)
+ if(! $t) {
notice( t('No connections in common.') . EOL);
return $o;
}
@@ -57,9 +57,9 @@ function common_content(&$a) {
if($r) {
- $tpl = get_markup_template('common_friends.tpl');
+ $tpl = get_markup_template('common_friends.tpl');
- foreach($r as $rr) {
+ foreach($r as $rr) {
$o .= replace_macros($tpl,array(
'$url' => $rr['url'],
'$name' => $rr['name'],