mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Merge with master
This commit is contained in:
@@ -218,8 +218,10 @@ class appbox extends base
|
||||
{
|
||||
$sqlupd = "UPDATE bas SET ord = :ordre WHERE base_id = :base_id";
|
||||
$stmt = $this->get_connection()->prepare($sqlupd);
|
||||
$stmt->execute(array(':ordre' => $ord, ':base_id' => $collection->get_base_id()));
|
||||
$stmt->execute(array(':ordre' => $ordre, ':base_id' => $collection->get_base_id()));
|
||||
$stmt->closeCursor();
|
||||
|
||||
$collection->get_databox()->delete_data_from_cache(\databox::CACHE_COLLECTIONS);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user