Skip to content

Commit

Permalink
Fixed notice
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Aug 17, 2010
1 parent 39f32d2 commit 464c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/savequestion.php
Expand Up @@ -167,7 +167,7 @@ function sendAskedQuestion($username, $usermail, $usercat, $content)
urlencode($cat_content_item->searchterm));

$oLink = new PMF_Link(PMF_Link::getSystemRelativeUri() . $url);
$oLink->text = $cat_content_item->thema;
$oLink->text = $cat_content_item->question;
$tmp_result_html .= '<li>' . $oLink->toHtmlAnchor() . '<br /></li>' . "\n";
}

Expand Down

0 comments on commit 464c62a

Please sign in to comment.