/[Grep]/lib/Grep/Model/Feed.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Grep/Model/Feed.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by dpavlin, Sun Feb 18 15:07:03 2007 UTC revision 37 by dpavlin, Tue Feb 20 10:32:30 2007 UTC
# Line 53  sub search_uri { Line 53  sub search_uri {
53  }  }
54    
55    
56    sub current_user_can {
57            my $self = shift;
58            my $what = shift;
59    
60            Jifty->log->debug("current_user_can($what) on feed ", $self->id);
61    
62            return 1 if Jifty->web->current_user->id;
63    }
64    
65  1;  1;
66    

Legend:
Removed from v.21  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.26