[Vtigercrm-commits] [vtiger development] #780: Dashboard wrong case in include statement
vtiger development
vtiger-tickets at vtiger.fosslabs.com
Sun May 14 12:23:56 EDT 2006
#780: Dashboard wrong case in include statement
------------------------------------+---------------------------------------
Reporter: jeffk | Owner: jeffk
Type: defect | Status: new
Priority: major | Milestone: 5.0.0
Component: vtigercrm | Version: 5.0.0
Keywords: capitalization include |
------------------------------------+---------------------------------------
on file source:vtigercrm/trunk/modules/Reports/SaveAndRun.php line 51 the
case
not correct
{{{
require_once('modules/DashBoard/ReportsCharts.php');
}}}
must be
{{{
require_once('modules/Dashboard/ReportsCharts.php');
}}}
--
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/780>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list