diff --git a/assets/components/pdotools/connector.php b/assets/components/pdotools/connector.php index cb2c035d..971d65eb 100644 --- a/assets/components/pdotools/connector.php +++ b/assets/components/pdotools/connector.php @@ -7,6 +7,7 @@ $modx->getService('error','error.modError', '', ''); $modx->setLogLevel(modX::LOG_LEVEL_ERROR); $modx->setLogTarget('FILE'); +define('MODX_CONNECTOR_INCLUDED', 1); // Switch context if needed if (!empty($_REQUEST['pageId'])) {