* Fix bug #32216.
This commit is contained in:
@@ -650,6 +650,7 @@ $lang->resource->custom->index = 'index';
|
||||
$lang->resource->custom->set = 'set';
|
||||
$lang->resource->custom->product = 'productName';
|
||||
$lang->resource->custom->execution = 'execution';
|
||||
$lang->resource->custom->required = 'required';
|
||||
$lang->resource->custom->restore = 'restore';
|
||||
$lang->resource->custom->flow = 'flow';
|
||||
$lang->resource->custom->working = 'working';
|
||||
@@ -666,17 +667,18 @@ $lang->custom->methodOrder[5] = 'index';
|
||||
$lang->custom->methodOrder[10] = 'set';
|
||||
$lang->custom->methodOrder[15] = 'product';
|
||||
$lang->custom->methodOrder[20] = 'execution';
|
||||
$lang->custom->methodOrder[25] = 'restore';
|
||||
$lang->custom->methodOrder[30] = 'flow';
|
||||
$lang->custom->methodOrder[35] = 'working';
|
||||
$lang->custom->methodOrder[40] = 'setPublic';
|
||||
$lang->custom->methodOrder[45] = 'timezone';
|
||||
$lang->custom->methodOrder[50] = 'setStoryConcept';
|
||||
$lang->custom->methodOrder[55] = 'editStoryConcept';
|
||||
$lang->custom->methodOrder[60] = 'browseStoryConcept';
|
||||
$lang->custom->methodOrder[65] = 'setDefaultConcept';
|
||||
$lang->custom->methodOrder[70] = 'deleteStoryConcept';
|
||||
$lang->custom->methodOrder[75] = 'libreoffice';
|
||||
$lang->custom->methodOrder[25] = 'required';
|
||||
$lang->custom->methodOrder[30] = 'restore';
|
||||
$lang->custom->methodOrder[35] = 'flow';
|
||||
$lang->custom->methodOrder[40] = 'working';
|
||||
$lang->custom->methodOrder[45] = 'setPublic';
|
||||
$lang->custom->methodOrder[50] = 'timezone';
|
||||
$lang->custom->methodOrder[55] = 'setStoryConcept';
|
||||
$lang->custom->methodOrder[60] = 'editStoryConcept';
|
||||
$lang->custom->methodOrder[65] = 'browseStoryConcept';
|
||||
$lang->custom->methodOrder[70] = 'setDefaultConcept';
|
||||
$lang->custom->methodOrder[75] = 'deleteStoryConcept';
|
||||
$lang->custom->methodOrder[80] = 'libreoffice';
|
||||
|
||||
$lang->resource->datatable = new stdclass();
|
||||
$lang->resource->datatable->setGlobal = 'setGlobal';
|
||||
|
||||
Reference in New Issue
Block a user