typo
authorAlan <alan@roojs.com>
Fri, 13 Oct 2023 06:35:30 +0000 (14:35 +0800)
committerAlan <alan@roojs.com>
Fri, 13 Oct 2023 06:35:30 +0000 (14:35 +0800)
DataObjects/Core_notify_server.php

index 52b61a4..2d3299b 100644 (file)
@@ -283,7 +283,7 @@ class Pman_Core_DataObjects_Core_notify_server extends DB_DataObject
                 $good = $s;
                 break;
             }
-             $offset = ($start + 1)  % count($servers);
+             $offset = ($offset + 1)  % count($servers);
         }
         if ($good == false && $allow_same) {
             $good = $this;