Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Dec 13, 2007
1 parent 1154561 commit be18744
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/Admin/Admin.pm
Expand Up @@ -265,8 +265,7 @@ sub ajax_sub_memory {
my $user = getCurrentUser();
return unless $user->{is_admin};
$slashdb->updateSubMemory($form->{submatch}, $form->{subnote});
return "Added note of $form->{subnote} for term $form->{submatch";

return "Added note of $form->{subnote} for term $form->{submatch}";
}

##################################################################
Expand Down

0 comments on commit be18744

Please sign in to comment.