mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Fixed feed error in patch 320f
This commit is contained in:
@@ -141,9 +141,9 @@ class patch_320f implements patchInterface
|
|||||||
$stmt = $appbox->get_connection()->prepare($sql);
|
$stmt = $appbox->get_connection()->prepare($sql);
|
||||||
$stmt->execute(array(':ssel_id' => $row['ssel_id']));
|
$stmt->execute(array(':ssel_id' => $row['ssel_id']));
|
||||||
$stmt->closeCursor();
|
$stmt->closeCursor();
|
||||||
|
$app['EM']->persist($feed);
|
||||||
}
|
}
|
||||||
$this->set_feed_dates($date_ref);
|
$this->set_feed_dates($date_ref);
|
||||||
$app['EM']->persist($feed);
|
|
||||||
$app['EM']->flush();
|
$app['EM']->flush();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user