We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970cfdb commit 78b9e04Copy full SHA for 78b9e04
2 files changed
composer.json
@@ -2,7 +2,7 @@
2
"name": "fatfish/notification",
3
"description": "Notification plugin for craft 3.x",
4
"type": "craft-plugin",
5
- "version": "1.0.5.2-beta",
+ "version": "1.0.5.3-beta",
6
"keywords": [
7
"craft",
8
"cms",
src/services/NotificationSettingService.php
@@ -73,8 +73,7 @@ public function write_system_config_xml($NotificationSettingRecord): void
73
$xml->appendChild($xml_settings);
74
$getcurrent = dirname(dirname( dirname(__FILE__)));
75
$storescript = $getcurrent."/src/cron/system.xml";
76
- chmod($storescript,0777);
77
- if(!file_exists($storescript))
+ if(!file_exists($storescript))
78
{
79
\Craft::info("system.xml doesnot exist under cron folder");
80
return;
0 commit comments