Procházet zdrojové kódy

Fixed diversion by rebase

Alois Mahdal (@azzgoat) před 13 roky
rodič
revize
189f42a26a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      lib/SugarTrail.pm

+ 1
- 1
lib/SugarTrail.pm Zobrazit soubor

26
             $format eq 'html' ? 'text/html' : 'text/plain'
26
             $format eq 'html' ? 'text/html' : 'text/plain'
27
     ));
27
     ));
28
 
28
 
29
-    my $m = $r->load_stm( stm => "/$stpath.stm" )
29
+    my $m = $r->load_master( source => "/$stpath.stm" )
30
         or return template 'not_found';
30
         or return template 'not_found';
31
     my $s = $m->generate_slave(scalar params);
31
     my $s = $m->generate_slave(scalar params);
32
 
32