Release of v5.0.1-beta2

Fix function mismatch call in the compiler power class.
This commit is contained in:
2024-07-17 16:02:47 +02:00
parent a4a4a2ab9a
commit 92a14a44f5
10 changed files with 43 additions and 20 deletions

View File

@@ -346,7 +346,7 @@ class Power implements PowerInterface
if ($this->isGuidValid($guid))
{
// now we search for it via the super power paths
if (empty($this->retry[$guid]) && $this->superpower->load($guid, ['remote', 'local']))
if (empty($this->retry[$guid]) && $this->superpower->item($guid, ['remote', 'local']))
{
// we found it and it was loaded into the database
unset($this->state[$guid]);