mirror of
https://github.com/itflow-org/itflow
synced 2026-09-13 02:05:11 +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