typo
authorAlan <alan@roojs.com>
Wed, 11 Oct 2023 02:58:39 +0000 (10:58 +0800)
committerAlan <alan@roojs.com>
Wed, 11 Oct 2023 02:58:39 +0000 (10:58 +0800)
DataObjects/Core_notify_server.php

index 8e2224b..660c2d5 100644 (file)
@@ -129,7 +129,7 @@ class Pman_Core_DataObjects_Core_notify_server extends DB_DataObject
                 SET
                     server_id = $sid
                 WHERE
-                    id IN (". implode(",', $nids"). ')'
+                    id IN (". implode(',', $nids). ')'
             );
         }