mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Typo!
Merged from STABLE_18
This commit is contained in:
parent
c767d3b7d3
commit
ad2cd664d7
@ -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…
x
Reference in New Issue
Block a user