more notification cleanup duepuntozero

This commit is contained in:
Friendika
2011-10-09 21:34:07 -07:00
parent 26f2c868da
commit 1cfeb61ddc
2 changed files with 5 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ function notifications_content(&$a) {
} else {
$notif_content = 'Nothing new!';
$notif_content = t('Nothing new!');
}
$o .= replace_macros($notif_tpl,array(
@@ -323,7 +323,7 @@ function notifications_content(&$a) {
}
} else {
$notif_content = 'Nothing new!';
$notif_content = t('Nothing new!');
}
$o .= replace_macros($notif_tpl,array(