fogmanagercontroller.class.php (fogproject-1.5.7) | : | fogmanagercontroller.class.php (fogproject-1.5.8) | ||
---|---|---|---|---|
skipping to change at line 844 | skipping to change at line 844 | |||
$elementName = '', | $elementName = '', | |||
$orderBy = 'name', | $orderBy = 'name', | |||
$filter = '', | $filter = '', | |||
$template = false | $template = false | |||
) { | ) { | |||
global $node; | global $node; | |||
if ($node === 'image') { | if ($node === 'image') { | |||
$waszero = false; | $waszero = false; | |||
if ($matchID === 0) { | if ($matchID === 0) { | |||
$waszero = true; | $waszero = true; | |||
$matchID = 1; | $matchID = 9; //default to Windows 10 (9) | |||
} | } | |||
} | } | |||
$elementName = trim($elementName); | $elementName = trim($elementName); | |||
if (empty($elementName)) { | if (empty($elementName)) { | |||
$elementName = strtolower($this->childClass); | $elementName = strtolower($this->childClass); | |||
} | } | |||
$this->orderBy($orderBy); | $this->orderBy($orderBy); | |||
ob_start(); | ob_start(); | |||
self::$HookManager | self::$HookManager | |||
->processEvent( | ->processEvent( | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |