Skip to content

Commit

Permalink
[fix] Default email to html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jun 9, 2016
1 parent ada7412 commit 4e4a30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/config/version.php
Expand Up @@ -13,7 +13,7 @@

$config['versionnumber'] = "2.06+ SondagesPro";
$config['dbversionnumber'] = 184;
$config['buildnumber'] = '160519 - 1.0.17';
$config['buildnumber'] = '160609 - 1.0.18';
$config['updatable'] = false;

return $config;
3 changes: 2 additions & 1 deletion application/models/Survey.php
Expand Up @@ -25,8 +25,9 @@ class Survey extends LSActiveRecord
* @var array
*/
protected $findByPkCache = array();
/* Set some setting not by default database */
/* Default settings for new survey */
public $format = 'G';
public $htmlemail='Y';

/**
* init to set default
Expand Down

0 comments on commit 4e4a30b

Please sign in to comment.