| @@ -150,9 +150,9 @@ | ||
| 150 | 150 | } |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | if ( isset( $question ) ) { |
| 154 | - $question = $this->question_curd->change_question_type( $question, $type ); | |
| 154 | + $this->question_curd->change_question_type( $question, $type ); | |
| 155 | 155 | $this->result = $this->get_question_data_to_question_editor( $question, true ); |
| 156 | 156 | |
| 157 | 157 | return true; |
| 158 | 158 | } |