Skip to content

Commit

Permalink
Fixed issue #16663: Unable to install related question theme
Browse files Browse the repository at this point in the history
Dev: Merge pull request #1588 from gabrieljenik/bug/16663--Unable-to-install-related-question-theme
  • Loading branch information
olleharstedt committed Sep 18, 2020
2 parents 3034e70 + 00cad18 commit 418f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/QuestionTheme.php
Expand Up @@ -54,7 +54,7 @@ public function rules()
'unique',
'caseSensitive' => false,
'criteria' => [
'condition' => '`extends`=:extends',
'condition' => 'extends=:extends',
'params' => [
':extends' => $this->extends
]
Expand Down

0 comments on commit 418f914

Please sign in to comment.