Notify.php
authorAlan <alan@roojs.com>
Wed, 9 Aug 2023 08:56:34 +0000 (16:56 +0800)
committerAlan <alan@roojs.com>
Wed, 9 Aug 2023 08:56:34 +0000 (16:56 +0800)
Notify.php

index ef11214..547445c 100644 (file)
@@ -165,7 +165,8 @@ class Pman_Core_Notify extends Pman
     }
     
     var $queue = array();
-    
+    var $domain_queue = array();
+   
     function get($r,$opts=array())    
     {
         $this->parseArgs($opts); 
@@ -571,7 +572,6 @@ class Pman_Core_Notify extends Pman
         return $ret;
         
     }
-    var $domain_queue = array();
     function popQueueDomain($email)
     {
         $ea = explode('@',$email);