diff options
author | Stanislau Wolski <stanislau.wolski@gmail.com> | 2016-06-29 13:52:36 +0300 |
---|---|---|
committer | Stanislau Wolski <stanislau.wolski@gmail.com> | 2016-06-29 13:52:36 +0300 |
commit | 2f82b184637189055abf3cda08abf084a433116e (patch) | |
tree | 9fffe072e5a647749f5f286e74b764c4130b617e /codebase/db_common.php | |
parent | dc85c3fd5981f8403aa7b8cc592364c8abe481d0 (diff) | |
download | connector-php-2f82b184637189055abf3cda08abf084a433116e.zip connector-php-2f82b184637189055abf3cda08abf084a433116e.tar.gz connector-php-2f82b184637189055abf3cda08abf084a433116e.tar.bz2 |
[update] allows empty source
Diffstat (limited to 'codebase/db_common.php')
-rwxr-xr-x | codebase/db_common.php | 1 |
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 |