mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
syntax errors in the config.local.release.php
This commit is contained in:
parent
be89f0e280
commit
73e4aaba5c
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@
|
|||
* @var bool
|
||||
*/
|
||||
|
||||
const ENABLE_UPGRADES = false
|
||||
const ENABLE_UPGRADES = false;
|
||||
|
||||
**
|
||||
/**
|
||||
* Commande de création de PDF
|
||||
*
|
||||
* Commande qui sera exécutée pour créer un fichier PDF à partir d'un HTML.
|
||||
|
|
Loading…
Add table
Reference in a new issue