brought back checkcontent hook full-content compat.

This modification was initially done in editpage, in commit
a3726968bc, but was then lost while merging
upstream/master branch.

Signed-off-by: intrigeri <intrigeri@boum.org>
master
intrigeri 2009-03-08 16:02:10 +01:00
parent 1efb182d56
commit 8fed4206cb
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,7 @@ sub check_content (@) {
foreach my $line (split("\n", $params{content})) {
push @diff, $line if ! exists $old{$_};
}
$params{content}=join("\n", @diff);
$params{diff}=join("\n", @diff);
}
my $ok;