Skip to content

Commit

Permalink
Fixed some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
freudenberg committed Oct 9, 2008
1 parent 60e8f69 commit 6a27c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/scf/member/member.module
Expand Up @@ -606,9 +606,9 @@ function member_theme() {
'template' => 'member-contribs',
'arguments' => array('type_singular' => NULL, 'type_plural' => NULL, 'contribs' => array())
),
'member_rdf' = array(
'member_rdf' => array(
'template' => 'member-rdf',
'arguments' = array('member' => NULL),
'arguments' => array('member' => NULL),
),
);
}
Expand Down

0 comments on commit 6a27c68

Please sign in to comment.