Commit e598bdc11b80144aa02b2f33915350c64b9e526e
1 parent
a4da6a12
Exists in
master
and in
108 other branches
correct translator
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/AmdaStats.php
... | ... | @@ -12,7 +12,7 @@ class AmdaStats { |
12 | 12 | public $usersToExclude = array('bouchemit', 'impex'); |
13 | 13 | public $success = true; |
14 | 14 | private $user = null; |
15 | - private $task = array('request'=>'plot','mining'=>'condition', 'print'=>'download','statistics'=>'statistics'); | |
15 | + private $task = array('request'=>'plot','condition'=>'mining', 'download'=>'print','statistics'=>'statistics'); | |
16 | 16 | |
17 | 17 | public function __construct($user) { |
18 | 18 | |
... | ... |