Changeset 4914

Show
Ignore:
Timestamp:
10/29/09 02:45:55 (4 weeks ago)
Author:
asawada
Message:

Oops, forgotten one to rename. bugzid:102921.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm

    r4887 r4914  
    308308            my $theme = $blog->theme; 
    309309            my ( $id, $base ) = ( $theme->id, $blog_tset->{base_css} ); 
    310             $base_css_url = "themestatic/$id/$base"; 
     310            $base_css_url = "theme_static/$id/$base"; 
    311311        } 
    312312        else {