remove error flag from feed on edit
This commit is contained in:
parent
079545daed
commit
60e256cfd0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user