CRM-17789 - CRM_Core_Form, CRM_Report_Form - Fix visibility of _options, _action
authorTim Otten <totten@civicrm.org>
Wed, 14 Sep 2016 20:54:33 +0000 (13:54 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 14 Sep 2016 22:29:26 +0000 (15:29 -0700)
commit2eee184e296565b9070619d801ee6641f00be915
treeafd1404a9c617792dffabf92e466e149c83a59d4
parent9d33294e51d2b8c07451938ce48f77beaa805ab2
CRM-17789 - CRM_Core_Form, CRM_Report_Form - Fix visibility of _options, _action

There are a handful of places in the core codebase which pass
around the `$form` and access `_action` or `_options`. This
is pretty suspicious ... and invalid ...
CRM/Core/Form.php
CRM/Report/Form.php