Skip to content

Commit

Permalink
Fixed issue #10867: missing statistics buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 5, 2016
1 parent 5b9787f commit 581f7cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application/core/Survey_Common_Action.php
Expand Up @@ -1191,9 +1191,6 @@ function _browsemenubar($aData)
$aData['menu']['closeurl'] = Yii::app()->request->getUrlReferrer(Yii::app()->createUrl("/admin/responses/sa/browse/surveyid/".$aData['surveyid']) );
}

$aData['menu']['edition'] = false;
$aData['menu']['close'] = true;

$this->getController()->renderPartial("/admin/responses/browsemenubar_view", $aData);
}
}
Expand Down

0 comments on commit 581f7cb

Please sign in to comment.