Browse Source

Added STM file memory to STM to pass

Alois Mahdal (@azzgoat) 11 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,6 +27,7 @@ sub load_stm {
27 27
     my $stm = SugarTrail::STM->new();
28 28
     $stm->{text} = $self->load_text(stm => $args->{stm})
29 29
         or return;
30
+    $stm->{stm} = $args->{stm};
30 31
 
31 32
     return $stm;
32 33
 }