summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislau Wolski <stanislau.wolski@gmail.com>2016-06-29 13:52:36 +0300
committerStanislau Wolski <stanislau.wolski@gmail.com>2016-06-29 13:52:36 +0300
commit2f82b184637189055abf3cda08abf084a433116e (patch)
tree9fffe072e5a647749f5f286e74b764c4130b617e
parentdc85c3fd5981f8403aa7b8cc592364c8abe481d0 (diff)
downloadconnector-php-2f82b184637189055abf3cda08abf084a433116e.zip
connector-php-2f82b184637189055abf3cda08abf084a433116e.tar.gz
connector-php-2f82b184637189055abf3cda08abf084a433116e.tar.bz2
[update] allows empty source
-rwxr-xr-xcodebase/db_common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/codebase/db_common.php b/codebase/db_common.php
index 67c14c0..eddc7ad 100755
--- a/codebase/db_common.php
+++ b/codebase/db_common.php
@@ -217,7 +217,6 @@ class DataRequestConfig{
if (is_string($value))
$value = trim($value);
$this->source = $value;
- if (!$this->source) throw new Exception("Source of data can't be empty");
}
/*! sets data limits