mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Typo!
Merged from STABLE_18
This commit is contained in:
parent
c767d3b7d3
commit
ad2cd664d7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function writequestion( $question ) {
|
|||
// question reflects database fields for general question and specific to type
|
||||
|
||||
// if a category switch, just ignore
|
||||
if ($question-qtype=='category') {
|
||||
if ($question->qtype=='category') {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue