Skip to content

Commit 1c9cce0

Browse files
author
bergeo-fr
committed
Merge pull request #6 from 42antoine/master
Bug correction (views/admin/create.php line 16.)
2 parents 701ca02 + 4f6dfcb commit 1c9cce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

details.php

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public function install()
117117
);
118118
$this->streams->fields->add_field($field);
119119
}
120+
$field_slug = "profile_slug";
120121
if ( $this->db->where('field_namespace', $this->module_name)->where('field_slug', $field_slug)->limit(1)->get('data_fields')->num_rows() == null )
121122
{
122123
$field = array(

0 commit comments

Comments
 (0)