plugin check returning 0 vs false

This commit is contained in:
Friendika
2011-11-03 15:14:33 -07:00
parent 35305fb6d9
commit 4f4b03367a
4 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ function profiles_content(&$a) {
$tpl_header = get_markup_template('profile_listing_header.tpl');
$o .= replace_macros($tpl_header,array(
'$header' => t('Profiles'),
'$header' => t('Edit/Manage Profiles'),
'$chg_photo' => t('Change profile photo'),
'$cr_new' => t('Create New Profile')
));