Merge pull request #879 from anaqreon/patch-1

misspelling
This commit is contained in:
RedMatrix 2015-01-26 07:51:20 +11:00
commit 642c933d98

View File

@ -83,7 +83,7 @@ function viewconnections_content(&$a) {
$tpl = get_markup_template("viewcontact_template.tpl");
$o .= replace_macros($tpl, array(
'$title' => t('View Connnections'),
'$title' => t('View Connections'),
'$contacts' => $contacts,
'$paginate' => paginate($a),
));