Skip to content

Commit

Permalink
add require
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jun 1, 2006
1 parent 10b4cc0 commit 0905c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/Slash.pm
Expand Up @@ -785,7 +785,7 @@ sub printComments {

my $js_comments;
if ($discussion2) {
# module should be required already ...
require Data::JavaScript::Anon;
$js_comments = Data::JavaScript::Anon->anon_dump($user->{state}{comments}{status});
}

Expand Down

0 comments on commit 0905c62

Please sign in to comment.