Closed (fixed)
Project:
Clicky - Web Analytics in Real Time
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2008 at 18:19 UTC
Updated:
14 Jul 2012 at 19:19 UTC
I changed getclicky_menu() on line 20 to become:
<?php
$items = array();
$items['admin/settings/getclicky'] = array(
'title' => t('Get Clicky'),
'description' => t('Configure the settings used to generate your Get Clicky tracking code.'),
'page callback' => 'drupal_get_form',
'page arguments' => array('getclicky_admin_settings'),
'access arguments' => array('administer site configuration'),
'type' => MENU_NORMAL_ITEM,
);
return $items;
?>This solved it on my site.
Cheers.
Comments
Comment #1
gloscon commentedfixed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.