From: Eileen McNaughton Date: Fri, 31 Jan 2014 09:59:55 +0000 (+1300) Subject: Report/Form as deepaks pointed out getTitle exists in parent class X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f68306a33fc62c7decad003bc2060aa3220d5ec5;p=civicrm-core.git Report/Form as deepaks pointed out getTitle exists in parent class --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index c8db44a89d..055e0d9b00 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -812,13 +812,6 @@ class CRM_Report_Form extends CRM_Core_Form { function getDefaultValues() { return $this->_defaults; } - /** - * Getter for $_title - * @return string $_title - */ - function getTitle() { - return $this->_title; - } function addColumns() { $options = array();