Commit dcaa721a4a8677ff3a71ad265f8ae7797d0d1dc9
1 parent
2382a965
Exists in
master
and in
23 other branches
Whitespace fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/profile.rb
| @@ -243,7 +243,7 @@ class Profile < ActiveRecord::Base | @@ -243,7 +243,7 @@ class Profile < ActiveRecord::Base | ||
| 243 | self.categories(true) | 243 | self.categories(true) |
| 244 | self.solr_save | 244 | self.solr_save |
| 245 | end | 245 | end |
| 246 | - self.categories(reload) | 246 | + self.categories(reload) |
| 247 | end | 247 | end |
| 248 | 248 | ||
| 249 | def category_ids=(ids) | 249 | def category_ids=(ids) |