[Vtigercrm-commits] [vtiger development] #7388: Incorrect case in ListView.php breaks vtlib 5.4.0 base module files
vtiger development
vtiger-tickets at trac.vtiger.com
Sun Apr 8 02:17:15 PDT 2012
#7388: Incorrect case in ListView.php breaks vtlib 5.4.0 base module files
-----------------------+----------------------------------------------------
Reporter: joebordes | Owner: developer
Type: patch | Status: new
Priority: blocker | Milestone: 5.4.0
Component: vtigercrm | Version: wip
Severity: Critical | Keywords:
-----------------------+----------------------------------------------------
{{{
Index: vtlib/ModuleDir/5.4.0/ListView.php
===================================================================
--- vtlib/ModuleDir/5.4.0/ListView.php (revisión: 13811)
+++ vtlib/ModuleDir/5.4.0/ListView.php (copia de trabajo)
@@ -8,6 +8,6 @@
* All Rights Reserved.
************************************************************************************/
-include_once('modules/Vtiger/Listview.php');
+include_once('modules/Vtiger/ListView.php');
?>
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7388>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list