Skip to content
Snippets Groups Projects
Commit db55935b authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-13090 add comment on public var.

----------------------------------------
* CRM-13090: New Petition/Survey form validation - enforce unique constraint on ActivityType-Campaign-Title
  http://issues.civicrm.org/jira/browse/CRM-13090
parent ad980eb2
Branches
Tags
No related merge requests found
......@@ -41,8 +41,9 @@
class CRM_Campaign_Form_Petition extends CRM_Core_Form {
/**
* Making this public so we can reference it in the formRule
* @var int
* @protected
* @public
*/
public $_surveyId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment