diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 17:48:21 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 17:48:21 -0400 |
commit | 2d3ba299b86bca9e3a85d2abdd1921f969c9bfe1 (patch) | |
tree | cd9eab40c50f05705dc0f1646669dbf56f611d74 /actions | |
parent | 0cc89cbbae93dec942b724fa7b69a5c7d7258add (diff) |
common_start_element -> common_element_start
darcs-hash:20080709214821-84dde-88aee48526993768ede96dc9cb245b65472d8dbe.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/peoplesearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 59e550080..a4e9308cf 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -97,7 +97,7 @@ class PeoplesearchAction extends Action { } function show_profile($profile, $terms) { - common_start_element('li', array('class' => 'profile_single', + common_element_start('li', array('class' => 'profile_single', 'id' => 'profile-' . $profile->id)); $avatar = $profile->getAvatar(AVATAR_STREAM_SIZE); common_element_start('a', array('href' => $profile->profileurl)); |