mirror of
https://github.com/itflow-org/itflow
synced 2026-07-26 02:07:14 +00:00
Replace Function customAction() with triggerCustomAction()
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// Split from the former monolithic functions.php
|
||||
|
||||
|
||||
function customAction($trigger, $entity) {
|
||||
function triggerCustomAction($trigger, $entity) {
|
||||
$original_dir = getcwd(); // Save
|
||||
|
||||
chdir(dirname(__FILE__));
|
||||
|
||||
Reference in New Issue
Block a user