mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
gui import fixes
This commit is contained in:
@ -380,7 +380,8 @@ $actions = array(
|
||||
$import_status = array(
|
||||
0 => 'PENDING',
|
||||
1 => 'RUNNING',
|
||||
2 => 'FINISHED'
|
||||
2 => 'FINISHED',
|
||||
3 => 'ERROR'
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user