diff --git a/src/applications/ponder/controller/PonderQuestionViewController.php b/src/applications/ponder/controller/PonderQuestionViewController.php index 5e8f450c25..1caedaab90 100644 --- a/src/applications/ponder/controller/PonderQuestionViewController.php +++ b/src/applications/ponder/controller/PonderQuestionViewController.php @@ -71,6 +71,7 @@ final class PonderQuestionViewController extends PonderController { 'device' => true, 'title' => 'Q'.$question->getID().' '.$question->getTitle(), 'dust' => true, + 'pageObjects' => array($question->getPHID()), )); }