We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de187e commit fb32c1dCopy full SHA for fb32c1d
install/index.php
@@ -96,4 +96,28 @@ public function uninstallDB()
96
// Ошибки типа таблица не найдена - глушатся.
97
}
98
99
+
100
+ /**
101
+ * @inheritDoc
102
+ */
103
+ public function InstallEvents()
104
+ {
105
+ \CAgent::AddAgent(
106
+ '\\Proklung\\Error\\Notifier\\ClearTableAgent::clear();',
107
+ 'proklung.error.notifier',
108
+ 'N',
109
+ 10 * 24 * 3600,
110
+ '',
111
+ 'Y',
112
+ ''
113
+ );
114
+ }
115
116
117
118
119
+ public function UnInstallEvents()
120
121
+ \CAgent::RemoveModuleAgents('proklung.error.notifier');
122
123
0 commit comments