From: Alan Knowles Date: Mon, 17 Jun 2013 23:21:44 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cc4f154c4d41735a09af78a4f8ef6cb9c5fc26ef Notify.php --- diff --git a/Notify.php b/Notify.php index 5a8427e5..548d4161 100644 --- a/Notify.php +++ b/Notify.php @@ -88,6 +88,7 @@ class Pman_Core_Notify extends Pman var $nice_level = false; var $max_pool_size = 10; + var $max_to_domain = 10; var $table = 'core_notify'; var $target = 'Core/NotifySend';