Ticket #6122 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Typo in Vtiger_Block->delete API

Reported by: prasad Assigned to: developer
Priority: unassigned Milestone: 5.1.0
Component: vtigercrm Version: 5.1.0-rc
Keywords: Cc:

Description

Vtiger_Block->delete API in vtlib/Vtiger/Block.php has typo

$fields = Vtiger_Fields::getAllForBlock($this);

should be

$fields = Vtiger_Field::getAllForBlock($this);

Change History

07/09/09 09:20:07 changed by asha

  • status changed from new to closed.
  • resolution set to fixed.

Changes are integrated with the changeset - [12926]