Skip to content

Commit

Permalink
Counting subscribers on feed choosing.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Jan 30, 2011
1 parent 4b4c5b7 commit 88647ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/reader/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ def save_feed_chooser(request):
sub.active = True
activated += 1
sub.save()
sub.feed.count_subscribers()
elif sub.active:
sub.active = False
sub.save()
Expand Down

0 comments on commit 88647ca

Please sign in to comment.