diff options
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 |