Ticket #9 (new defect)

Opened 9 months ago

Link-s typo in Main Menu section

Reported by: Filip Majewski Assigned to: shupp
Priority: trivial Milestone:
Component: templates Version:
Keywords: links module file not found find.php Cc:

Description

Links "Find Domain" and "Delete Domain" are pointed to http://hostname/?module=Main&class=find which is not found because of class name Find is case sensitive. It stays as "find" in : Framework/Module/Main/Templates/Default/.svn/text-base/menu.tpl.svn-base and Framework/Module/Main/Templates/Default/menu.tpl Just change a letter "f" to "F".