Index: trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php |
— | — | @@ -102,7 +102,7 @@ |
103 | 103 | global $wgOut; |
104 | 104 | global $wgStompServer, $wgPendingStompQueueName; |
105 | 105 | |
106 | | - $queueName = isset ( $wgStompQueueName ) ? $wgStompQueueName : 'pending'; |
| 106 | + $queueName = isset ( $wgPendingStompQueueName ) ? $wgPendingStompQueueName : 'pending'; |
107 | 107 | |
108 | 108 | // include a library |
109 | 109 | require_once("Stomp.php"); |