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 92a7801 commit cc559e2Copy full SHA for cc559e2
src/config.inc.php
@@ -11,7 +11,7 @@
11
* use iMSCP::EventManager;
12
* use iMSCP::File;
13
*
14
- * iMSCP::EventManager->getInstance()->registerOne('onLoadTemplate', sub {
+ * iMSCP::EventManager->getInstance()->register('onLoadTemplate', sub {
15
* my ($target, $cfgTplName, $cfgTplContent) = @_;
16
17
* # We do not want act if the target isn't PhpMyAdmin, or if the
0 commit comments