Fixed syntax error.
This commit is contained in:
parent
90628fb67a
commit
1fd3adc3ec
1 changed files with 1 additions and 1 deletions
|
@ -1545,7 +1545,7 @@ Network::Category.create(
|
|||
:network_id => network.id,
|
||||
:allow_comments => true,
|
||||
:network_category_type_id => Network::Category::Type.where(:name => 'Question').first.id,
|
||||
:network_privacy_id => Network::Privacy.where(:name => 'logged in').first.id
|
||||
:network_privacy_id => Network::Privacy.where(:name => 'logged in').first.id,
|
||||
# :network_categories_moderator_user_ids => User.where(:login => '-').first.id,
|
||||
:updated_by_id => 1,
|
||||
:created_by_id => 1,
|
||||
|
|
Loading…
Reference in a new issue