Closed (duplicate)
Project:
G2 Glossary
Version:
6.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2011 at 07:35 UTC
Updated:
29 Aug 2011 at 10:04 UTC
It has a bug in the g2.module.
Origin code in the g2_menu function is
$items[G2PATHINITIAL .'/%'] = array(
'page callback' => 'theme',
'page arguments' => array('g2_initial', 1),
'access arguments' => array(G2PERMVIEW),
'type' => MENU_CALLBACK
);
It must be changed to 'page arguments' => array('g2_initial', 2).
Comments
Comment #1
fgmDuplicate of #698624: Message: 'entries starting by initial initial' does not substitute for 'initial'. Fixed in dev version: can you check if you still have such a problem on the latest dev ?
Downgrading to major as it does not prevent the site from working, just the module itself.