/[Arh]/lib/Arh/Action/UploadPicture.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/Arh/Action/UploadPicture.pm

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

revision 73 by dpavlin, Mon Apr 7 14:33:31 2008 UTC revision 74 by dpavlin, Fri Apr 11 18:42:39 2008 UTC
# Line 23  my $buf_size = 8192; Line 23  my $buf_size = 8192;
23  my $config = Jifty->config->app('pictures') or die "no pictures in config.yml";  my $config = Jifty->config->app('pictures') or die "no pictures in config.yml";
24  my $path = $config->{path} or die "no path";  my $path = $config->{path} or die "no path";
25    
26    $path = Jifty::Util->absolute_path( $path );
27    
28  sub take_action {  sub take_action {
29      my $self = shift;      my $self = shift;
30    

Legend:
Removed from v.73  
changed lines
  Added in v.74

  ViewVC Help
Powered by ViewVC 1.1.26