Skip to content

Commit bb0eaed

Browse files
committed
typo
1 parent c488d9a commit bb0eaed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/class/Freebox_OS.class.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,7 @@ public static function DisableEqLogic($EqLogic, $TILES = false)
366366
public static function AddEqLogic($Name, $_logicalId, $category = null, $tiles = false, $eq_type = null, $eq_action = null, $logicalID_equip = null, $_autorefresh = null, $_Room = null, $Player = null, $type2 = null, $eq_group = 'system', $type_save = false, $Player_MAC = null)
367367
{
368368
$EqLogic = self::byLogicalId($_logicalId, 'Freebox_OS');
369-
//log::add('Freebox_OS', 'debug', ':fg-info:| ' . (__('Création équipement', __FILE__)) . ' : :/fg:' . $Name . ' -- LogicalID : ' . $_logicalId . ' -- catégorie : ' . $category . ' -- Equipement Type : ' . $eq_type . ' -- Logical ID Equip : ' . $logicalID_equip . ' -- Cron : ' . $_autorefresh . ' -- Objet : ' . $_Room);
370-
log::add('Freebox_OS', 'debug', ':fg-info:/ ' . (__('Création équipement', __FILE__)) . ' : :/fg:' . $Name . ' ── LogicalID : ' . $_logicalId . ' ── ' . (__('catégorie', __FILE__)) . ' : ' . $category . ' ── ' . (__('Équipement Type', __FILE__)) . ' : ' . $eq_type . ' ── Logical ID Equip : ' . $logicalID_equip . ' ── Cron : ' . $_autorefresh . ' ── ' . (__('Objet', __FILE__)) . ' : ' . $_Room . ' ── ' . (__('Regroupement', __FILE__)) . ' : ' . $eq_group);
369+
log::add('Freebox_OS', 'debug', ':fg-info:| ' . (__('Création Équipement', __FILE__)) . ' : :/fg:' . $Name . ' ── LogicalID : ' . $_logicalId . ' ── ' . (__('Catégorie', __FILE__)) . ' : ' . $category . ' ── ' . (__('Équipement Type', __FILE__)) . ' : ' . $eq_type . ' ── Logical ID Equip : ' . $logicalID_equip . ' ── Cron : ' . $_autorefresh . ' ── ' . (__('Objet', __FILE__)) . ' : ' . $_Room . ' ── ' . (__('Regroupement', __FILE__)) . ' : ' . $eq_group);
371370

372371
if (!is_object($EqLogic)) {
373372
$EqLogic = new Freebox_OS();

0 commit comments

Comments
 (0)