From 8f760ab0f234e0778df250568ace933a24d05645 Mon Sep 17 00:00:00 2001 From: Bruno Massa <brmassa@67164.no-reply.drupal.org> Date: Mon, 14 Apr 2008 18:34:48 +0000 Subject: [PATCH] Bugs fixed: * Drupal 6.2 changed the access rules. Fixed --- charts.module | 1 + 1 file changed, 1 insertion(+) diff --git a/charts.module b/charts.module index 44c3f78..d666a8c 100644 --- a/charts.module +++ b/charts.module @@ -75,6 +75,7 @@ function charts_chart(&$data) { */ function charts_menu() { $items['admin/settings/charts'] = array( + 'access arguments' => array('access administration pages'), 'description' => 'Set the default behaviour and look of all your charts', 'file' => 'charts.inc', 'page callback' => 'drupal_get_form', -- GitLab