* Fix bug #40181.
This commit is contained in:
@@ -63,7 +63,7 @@ foreach ($data as $key => $value) $data[$key] = array_values($value);
|
||||
* Define every group name, include expanded group.
|
||||
*/
|
||||
$tabs = array();
|
||||
$tabs[] = array('name' => 'my', 'text' => $lang->execution->mine);
|
||||
$tabs[] = array('name' => 'my', 'text' => $lang->execution->involved);
|
||||
$tabs[] = array('name' => 'other', 'text' => $lang->execution->other);
|
||||
$tabs[] = array('name' => 'closed', 'text' => $lang->execution->closedExecution);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user