Skip to content

Commit

Permalink
[#200 state:resolved] Fixed bug 200 - cant call method cache on undef…
Browse files Browse the repository at this point in the history
…ined value error
  • Loading branch information
mthacks committed Nov 12, 2009
1 parent b29ff16 commit d89c4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MT/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3722,7 +3722,7 @@ sub set_no_cache {
$app->{apache}->no_cache(1);
}
else {
$app->query->param->cache('no');
$app->query->cache('no');
}
}

Expand Down

0 comments on commit d89c4a0

Please sign in to comment.