Skip to content

Instantly share code, notes, and snippets.

@joebordes
Created May 14, 2020 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joebordes/0dcd999723518337a9db64e80fedb4b9 to your computer and use it in GitHub Desktop.
Save joebordes/0dcd999723518337a9db64e80fedb4b9 to your computer and use it in GitHub Desktop.
coreBOS change to work with integromat
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