DataObjects/Core_notify_server.php
authorAlan <alan@roojs.com>
Thu, 5 Oct 2023 09:08:24 +0000 (17:08 +0800)
committerAlan <alan@roojs.com>
Thu, 5 Oct 2023 09:08:24 +0000 (17:08 +0800)
DataObjects/Core_notify_server.php

index 3000bed..d84d4e3 100644 (file)
@@ -121,7 +121,7 @@ class Pman_Core_DataObjects_Core_notify_server extends DB_DataObject
         
     }
     
-    function updateNotifyServer($notify, $cn, $exclude = -1)
+    function updateNotifyToNextServer($notify, $cn, $exclude = -1)
     {
         $w = DB_DataObject::factory($cn->tableName());
         $w->get($cn->id);