mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
change const value
This commit is contained in:
@@ -14,7 +14,7 @@ class WorkerRunningJob
|
||||
const FINISHED = 'finished';
|
||||
const RUNNING = 'running';
|
||||
const ERROR = 'error';
|
||||
const INTERRUPT = 'interrupt manually';
|
||||
const INTERRUPT = 'interrupted manually';
|
||||
|
||||
const ATTEMPT = 'attempt ';
|
||||
|
||||
|
Reference in New Issue
Block a user