]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/handler/tasks/class_TaskHandler.php
Continued:
[core.git] / framework / main / classes / handler / tasks / class_TaskHandler.php
index ccd17aedc8fdd546a2fd41850e626fa50ac18fe3..818ed6947e4b4d442cd233343d791b4092c5cdcf 100644 (file)
@@ -177,7 +177,7 @@ class TaskHandler extends BaseHandler implements Registerable, HandleableTask {
                $key = $this->getListInstance()->getIterator()->key();
 
                // Get the hash from key
-               $hash = $this->getListInstance()->getHash($key);
+               $hash = $this->getListInstance()->getHashByIndex($key);
 
                // Update the entry
                $this->getListInstance()->updateCurrentEntryByHash($hash, $taskEntry);