summaryrefslogtreecommitdiffstats
path: root/codebase
diff options
context:
space:
mode:
Diffstat (limited to 'codebase')
-rw-r--r--codebase/base_connector.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/codebase/base_connector.php b/codebase/base_connector.php
index 0540b8a..97e8ac0 100644
--- a/codebase/base_connector.php
+++ b/codebase/base_connector.php
@@ -475,7 +475,8 @@ class Connector {
$this->event->trigger("onInit", $this);
EventMaster::trigger_static("connectorInit",$this);
- $this->parse_request();
+ if (!$this->as_string)
+ $this->parse_request();
$this->set_relation();
if ($this->live_update !== false && $this->updating!==false) {