Skip to content
Snippets Groups Projects

Mail converter Ui issues

Merged Satish requested to merge satish.dvnk/vtigercrm:v7 into 7.0.0
+ 1054
637
Compare changes
  • Side-by-side
  • Inline
Files
@@ -28,7 +28,7 @@ class Vtiger_Base_Model {
* @return Value for the given key
*/
public function get($key){
return isset($this->valueMap[$key]) ? $this->valueMap[$key] : false;
return $this->valueMap[$key];
}
/**
Loading