diff options
-rw-r--r-- | actions/peoplesearch.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index fce0cae8c..ba5278b99 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -69,6 +69,7 @@ class PeoplesearchAction extends SearchAction { } function show_profile($profile, $terms) { + common_debug(print_r($terms, TRUE), __FILE__); common_element_start('li', array('class' => 'profile_single', 'id' => 'profile-' . $profile->id)); $avatar = $profile->getAvatar(AVATAR_STREAM_SIZE); |