QnA - best answers were not getting the 'best' class on their lis (fixed)
This commit is contained in:
		| @@ -309,7 +309,7 @@ class QnAPlugin extends MicroAppPlugin | ||||
|  | ||||
|             $cls = array('hentry', 'notice', 'answer'); | ||||
|  | ||||
|             $answer = QnA_Answer::staticGet('uri', $notice->uri); | ||||
|             $answer = QnA_Answer::staticGet('uri', $nli->notice->uri); | ||||
|  | ||||
|             if (!empty($answer) && !empty($answer->best)) { | ||||
|                 $cls[] = 'best'; | ||||
|   | ||||
| @@ -88,7 +88,6 @@ class QnanewquestionAction extends Action | ||||
|         } | ||||
|  | ||||
|         $this->title       = $this->trimmed('title'); | ||||
|         common_debug("TITLE = " . $this->title); | ||||
|         $this->description = $this->trimmed('description'); | ||||
|  | ||||
|         return true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user