Skip to content
Snippets Groups Projects
Commit 17eded42 authored by efalcy's avatar efalcy
Browse files

dev #1278 autoupdate cosmogramme script : migrate in opac (add controller and tag)

parent 0696942a
Branches
Tags
5 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!215Dev#12992 Custom Fields,!209Hotline#13914 Album Link Config Menu,!202Dev#1278 Autoupdate Cosmogramme Script,!189Dev#1278 Autoupdate Cosmogramme Script
<?php
require('console.php');
$force=false;
if ($argc>1 && $argv[1]=='--force')
$force=true;
(new Class_Migration_ScriptPatchs())->run($force);
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment