Skip to content

Commit cc559e2

Browse files
committed
Small fix
1 parent 92a7801 commit cc559e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* use iMSCP::EventManager;
1212
* use iMSCP::File;
1313
*
14-
* iMSCP::EventManager->getInstance()->registerOne('onLoadTemplate', sub {
14+
* iMSCP::EventManager->getInstance()->register('onLoadTemplate', sub {
1515
* my ($target, $cfgTplName, $cfgTplContent) = @_;
1616
*
1717
* # We do not want act if the target isn't PhpMyAdmin, or if the

0 commit comments

Comments
 (0)