Browse Source

* fix

master
Alex 'AdUser' Z 9 years ago
parent
commit
ce4593835f
  1. 2
      lib/LDV/Imgbin.pm

2
lib/LDV/Imgbin.pm

@ -40,7 +40,7 @@ sub create {
sub view { sub view {
my ($self) = @_; my ($self) = @_;
my $time = $self->stash('time'); my $time = $self->stash('time') || 0;
eval { eval {
my $path = $self->_data_path($time); my $path = $self->_data_path($time);

Loading…
Cancel
Save