Skip to content
Snippets Groups Projects
Commit 8f760ab0 authored by Bruno Massa's avatar Bruno Massa
Browse files

Bugs fixed:

* Drupal 6.2 changed the access rules. Fixed
parent d297be63
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment