Skip to content

Commit

Permalink
fixed inflate command
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 22, 2012
1 parent f97c311 commit bdd39f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/inflate.pm
Expand Up @@ -14,7 +14,7 @@ sub run {
# Find all embedded files
my %all;
my $app = $self->app;
%all = (%{Mojo::Loader->get_all_data($_)}, %all)
%all = (%{Mojo::Loader->data($_)}, %all)
for @{$app->renderer->classes}, @{$app->static->classes};

# Turn them into real files
Expand Down

0 comments on commit bdd39f4

Please sign in to comment.