- Issue created by @classiccut
- π¨π¦Canada classiccut
Patch that explicitly declares type and key as public member properties.
- πΊπΈUnited States narkoff
Had same issue. Patch resolved warnings.
Ultimate cron on Drupal 7 generates excessive notices/warnings.
e.g.
Deprecated function: Creation of dynamic property UltimateCronGeneralSettings::$type is deprecated in UltimateCronPlugin->__construct() (line 39 of /var/www/html/biblioottawalibrary/web/sites/all/modules/contrib/ultimate_cron/ultimate_cron.plugin.inc).
Deprecated function: Creation of dynamic property UltimateCronGeneralSettings::$key is deprecated in UltimateCronPlugin->__construct() (line 40 of /var/www/html/biblioottawalibrary/web/sites/all/modules/contrib/ultimate_cron/ultimate_cron.plugin.inc).
Active
2.0
Code
Patch that explicitly declares type and key as public member properties.
Had same issue. Patch resolved warnings.