We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9bf92 commit 10fdd2cCopy full SHA for 10fdd2c
files/lib/page/FaqQuestionListPage.class.php
@@ -45,7 +45,7 @@ public function readParameters()
45
EOT
46
);
47
48
- $this->category = FaqCategory::getCategory($queryParameters['id']);
+ $this->category = FaqCategory::getCategory((int)$queryParameters['id']);
49
} catch (MappingError) {
50
throw new IllegalLinkException();
51
}
0 commit comments