r70104 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70103‎ | r70104 | r70105 >
Date:19:36, 28 July 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php
@@ -102,7 +102,7 @@
103103 global $wgOut;
104104 global $wgStompServer, $wgPendingStompQueueName;
105105
106 - $queueName = isset ( $wgStompQueueName ) ? $wgStompQueueName : 'pending';
 106+ $queueName = isset ( $wgPendingStompQueueName ) ? $wgPendingStompQueueName : 'pending';
107107
108108 // include a library
109109 require_once("Stomp.php");

Status & tagging log