aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/QuestionBox.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/QuestionBox.php')
-rw-r--r--lib/classes/QuestionBox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/QuestionBox.php b/lib/classes/QuestionBox.php
index d4d33be..8c335b1 100644
--- a/lib/classes/QuestionBox.php
+++ b/lib/classes/QuestionBox.php
@@ -60,7 +60,7 @@ class QuestionBox implements LayoutMessage
*
* @param string $question The question that should be confirmed
*/
- protected function __construct($question, $accept_url, $decline_url)
+ final protected function __construct($question, $accept_url, $decline_url)
{
$this->question = $question;
$this->setAcceptURL($accept_url);