MDL-31006 some more PHP54 notices

PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
This commit is contained in:
Petr Skoda
2012-01-18 01:17:25 +01:00
committed by Eloy Lafuente (stronk7)
parent b85b25ebb8
commit 927010240f
16 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ class question_usage_by_activity {
* @return string HTML fragment.
*/
public function render_question_head_html($slot) {
$options->context = $this->context;
//$options->context = $this->context;
return $this->get_question_attempt($slot)->render_head_html();
}