summaryrefslogtreecommitdiffstats
path: root/codebase
diff options
context:
space:
mode:
Diffstat (limited to 'codebase')
-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