http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70104
Revision: 70104
Author: awjrichards
Date: 2010-07-28 19:36:50 +0000 (Wed, 28 Jul 2010)
Log Message:
-----------
Fixed activemq_stomp.php sendPendingStomp() to derive the pending queue
location from the corect variable
Modified Paths:
--------------
trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php
Modified: trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php
===================================================================
--- trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php
2010-07-28 19:24:00 UTC (rev 70103)
+++ trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php
2010-07-28 19:36:50 UTC (rev 70104)
@@ -102,7 +102,7 @@
global $wgOut;
global $wgStompServer, $wgPendingStompQueueName;
- $queueName = isset ( $wgStompQueueName ) ? $wgStompQueueName :
'pending';
+ $queueName = isset ( $wgPendingStompQueueName ) ?
$wgPendingStompQueueName : 'pending';
// include a library
require_once("Stomp.php");
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs