Created
May 14, 2020 13:00
-
-
Save joebordes/0dcd999723518337a9db64e80fedb4b9 to your computer and use it in GitHub Desktop.
coreBOS change to work with integromat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/include/Webservices/OperationManager.php b/include/Webservices/OperationManager.php | |
index 7fd3dd8..d9b0732 100644 | |
--- a/include/Webservices/OperationManager.php | |
+++ b/include/Webservices/OperationManager.php | |
@@ -91,6 +91,7 @@ class OperationManager { | |
public function getOperationInput() { | |
$type = strtolower($this->type); | |
+ $type='request'; | |
switch ($type) { | |
case 'get': | |
$input = &$_GET; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment