Fix typo in property name

This commit is contained in:
Administrator
2018-05-27 01:30:23 +02:00
parent 7312f62f40
commit a33b6c0723

View File

@ -29,7 +29,7 @@ class Module extends BaseModule
* - Forgot me button in profile view. * - Forgot me button in profile view.
* - Download my data button in profile * - Download my data button in profile
*/ */
public $enableGPDRcompliance = false; public $enableGDPRcompliance = false;
/** /**
* @var null|array|string with the url to privacy policy. * @var null|array|string with the url to privacy policy.
* Must be in the same format as yii/helpers/Url::to requires. * Must be in the same format as yii/helpers/Url::to requires.