remove error flag from feed on edit

This commit is contained in:
Mathias Kresin 2015-12-16 20:55:53 +01:00
parent 079545daed
commit 60e256cfd0
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ function update(array $values)
'rtl' => $values['rtl'],
'download_content' => $values['download_content'],
'cloak_referrer' => $values['cloak_referrer'],
'parsing_error' => 0,
));
if ($result) {