summaryrefslogtreecommitdiffstats
path: root/codebase/db_common.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/db_common.php')
-rw-r--r--codebase/db_common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/db_common.php b/codebase/db_common.php
index 8d8762e..9f1a8cd 100644
--- a/codebase/db_common.php
+++ b/codebase/db_common.php
@@ -490,7 +490,7 @@ class DataConfig{
@return
returns true if field already a part of dataset, otherwise returns true
*/
- private function is_field($name,$collection = false){
+ public function is_field($name,$collection = false){
if (!$collection)
$collection=$this->text;