]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
common_start_element -> common_element_start
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 21:48:21 +0000 (17:48 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 21:48:21 +0000 (17:48 -0400)
darcs-hash:20080709214821-84dde-88aee48526993768ede96dc9cb245b65472d8dbe.gz

actions/peoplesearch.php

index 59e5500802d2a4c63a139f6d79517e9133442549..a4e9308cf64ce59042929ef2baa005c021cb82f6 100644 (file)
@@ -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));