Fix locales
This commit is contained in:
@@ -178,7 +178,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
||||
|
||||
$ids = [];
|
||||
$cids = self::getContactArray();
|
||||
|
||||
|
||||
foreach ($checked as $s) {
|
||||
|
||||
$comp = new Computer();
|
||||
@@ -198,6 +198,6 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
||||
public static function cronInfo($name)
|
||||
{
|
||||
return [
|
||||
'description' => "Agent search remotesupport"];
|
||||
'description' => __('Agent search remotesupport')];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user