Browse Source

Added STM file memory to STM to pass

Alois Mahdal (@azzgoat) 12 years ago
parent
commit
b5a6afb7ae
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/SugarTrail/Repo.pm

+ 1
- 0
lib/SugarTrail/Repo.pm View File

27
     my $stm = SugarTrail::STM->new();
27
     my $stm = SugarTrail::STM->new();
28
     $stm->{text} = $self->load_text(stm => $args->{stm})
28
     $stm->{text} = $self->load_text(stm => $args->{stm})
29
         or return;
29
         or return;
30
+    $stm->{stm} = $args->{stm};
30
 
31
 
31
     return $stm;
32
     return $stm;
32
 }
33
 }