Skip to content

Commit 2caf32d

Browse files
committed
BASE : plus.js : fix in function name (use with plugin management events if present)
1 parent 89082b3 commit 2caf32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_base/plus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const pluginWatermark = 'puiWatermark';
22
deactivatePlugin(pluginWatermark);
3-
lc_activatePlugin(pluginWatermark, '', source = STO_HELP);
3+
activatePlugin(pluginWatermark, '', source = STO_HELP);

0 commit comments

Comments
 (0)