|
@@ -282,6 +282,7 @@ class WebController extends Controller
|
|
if ($package->getMaintainers()->contains($user)) {
|
|
if ($package->getMaintainers()->contains($user)) {
|
|
if (null !== $autoUpdated) {
|
|
if (null !== $autoUpdated) {
|
|
$package->setAutoUpdated((Boolean) $autoUpdated);
|
|
$package->setAutoUpdated((Boolean) $autoUpdated);
|
|
|
|
+ $doctrine->getEntityManager()->flush();
|
|
}
|
|
}
|
|
|
|
|
|
if ($update) {
|
|
if ($update) {
|