Skip to content

Commit

Permalink
Fixed issue #11031: email HTML is set to No by default
Browse files Browse the repository at this point in the history
Dev: revert more than needed
  • Loading branch information
Shnoulle committed May 9, 2016
1 parent 7e4048f commit 9f24f83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/models/Survey.php
Expand Up @@ -25,8 +25,11 @@ class Survey extends LSActiveRecord
* @var array
*/
protected $findByPkCache = array();
/* Set some setting not by default database */
/* Default settings for new survey */
/* This settings happen for whole new Survey, not only admin/survey/sa/newsurvey */
public $format = 'G';
public $htmlemail='Y';

public $full_answers_account=null;
public $partial_answers_account=null;
public $searched_value;
Expand Down

0 comments on commit 9f24f83

Please sign in to comment.