Skip to content

Commit

Permalink
stale Version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Aug 26, 2024
1 parent 3a88cc6 commit f8034f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .style
Submodule .style updated 2 files
+32 −31 .php-cs-fixer.php
+71 −71 json-check.php
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"version": "3.10",
"build": 155,
"date": 1595853622
"date": 1724648403
}
7 changes: 4 additions & 3 deletions libs/AllBaseControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* @abstract
*
* @property int $SourceID Die IPS-ID der Variable welche als Event verwendet wird.
* @method bool SendDebug(string $Message, mixed $Data, int $Format)
*/
abstract class HideDeaktivLinkBaseControl extends IPSModule
{
Expand Down Expand Up @@ -96,10 +97,10 @@ public function ApplyChanges()
public function RequestAction($Ident, $Value)
{
switch ($Ident) {
case 'SelectVariable':
$this->UpdateForm((int) $Value);
case 'SelectVariable':
$this->UpdateForm((int) $Value);
return true;
}
}
return true;
}
/**
Expand Down

0 comments on commit f8034f0

Please sign in to comment.