Skip to content

Commit

Permalink
Revert "Update diffstate.php"
Browse files Browse the repository at this point in the history
This reverts commit 1bb4153.
  • Loading branch information
matidau committed Jul 14, 2024
1 parent 1bb4153 commit 5828313
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/default/diffbackend/diffstate.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ protected function getDiffTo($new) {
*/
protected function updateState($type, $change) {
// Change can be a change or an add
ZLog::Write(LOGLEVEL_WARN, sprintf("updateState() %s, type=%s", $change["id"], $type ));
if($type == "change") {
for($i=0; $i < count((array)$this->syncstate); $i++) {
if($this->syncstate[$i]["id"] == $change["id"]) {
Expand Down

0 comments on commit 5828313

Please sign in to comment.