Index: trunk/extensions/Survey/specials/SpecialSurveyStats.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | * @since 0.1 |
21 | 21 | */ |
22 | 22 | public function __construct() { |
23 | | - parent::__construct( 'SurveyStats', 'surveyadmin' ); |
| 23 | + parent::__construct( 'SurveyStats', 'surveyadmin', false ); |
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |