Skip to content
Snippets Groups Projects

Fix #974

Merged Akshath requested to merge (removed):issue_974 into master
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
+ 2
2
@@ -47,8 +47,8 @@ class Vtiger_Filter {
* @access private
*/
function initialize($valuemap, $moduleInstance=false) {
$this->id = $valuemap[cvid];
$this->name= $valuemap[viewname];
$this->id = $valuemap['cvid'];
$this->name= $valuemap['viewname'];
$this->module=$moduleInstance? $moduleInstance: Vtiger_Module::getInstance($valuemap[tabid]);
}
Loading