mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Fix CS
This commit is contained in:
@@ -61,4 +61,3 @@ class patch_379 implements patchInterface
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -79,4 +79,4 @@ class patch_3805 implements patchInterface
|
||||
$app['EM']->flush();
|
||||
$app['EM']->clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -74,4 +74,4 @@ class patch_3806 implements patchInterface
|
||||
|
||||
$app['phraseanet.configuration']->setConfigurations($confs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -114,7 +114,6 @@ class patch_380a3 implements patchInterface
|
||||
$stmt->closeCursor();
|
||||
unset($stmt);
|
||||
|
||||
|
||||
$sql = "CALL explode_log_table(',')";
|
||||
$stmt = $conn->prepare($sql);
|
||||
$stmt->execute();
|
||||
@@ -126,4 +125,4 @@ class patch_380a3 implements patchInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user