CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor perf. issue) and confusion if someone tries to change one or the other
This commit is contained in:
parent
f6f5b5654a
commit
41944f36e4
|
@ -34,8 +34,6 @@ require_once INSTALLDIR.'/scripts/commandline.inc';
|
||||||
require_once INSTALLDIR . '/lib/jabber.php';
|
require_once INSTALLDIR . '/lib/jabber.php';
|
||||||
require_once INSTALLDIR . '/lib/xmppqueuehandler.php';
|
require_once INSTALLDIR . '/lib/xmppqueuehandler.php';
|
||||||
|
|
||||||
define('CLAIM_TIMEOUT', 1200);
|
|
||||||
|
|
||||||
class XmppConfirmHandler extends XmppQueueHandler
|
class XmppConfirmHandler extends XmppQueueHandler
|
||||||
{
|
{
|
||||||
var $_id = 'confirm';
|
var $_id = 'confirm';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user