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 {
my ($self) = @_;
my $time = $self->stash('time');
my $time = $self->stash('time') || 0;
eval {
my $path = $self->_data_path($time);

Loading…
Cancel
Save