mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Fixed constant values in application/libraries/DocsboxLib.php
This commit is contained in:
@@ -26,8 +26,8 @@ use \ZipArchive as ZipArchive;
|
||||
*/
|
||||
class DocsboxLib
|
||||
{
|
||||
const ERROR = EXIT_ERROR;
|
||||
const SUCCESS = EXIT_SUCCESS;
|
||||
const ERROR = 1;
|
||||
const SUCCESS = 0;
|
||||
const STATUS_FINISHED = 'finished'; // Docsbox status when a document conversion ended
|
||||
const STATUS_QUEUED = 'queued'; // Docsbox status when a file has been queued for the conversion
|
||||
const STATUS_STARTED = 'started'; // Docsbox status when a file has started being worked
|
||||
|
||||
Reference in New Issue
Block a user