r69319 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69318‎ | r69319 | r69320 >
Date:22:58, 13 July 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Updated where Frame.php was looking for Stomp's exception file to the correct path
Modified paths:
  • /trunk/extensions/DonationInterface/activemq_stomp/Stomp/Frame.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/activemq_stomp/Stomp/Frame.php
@@ -54,7 +54,7 @@
5555 $this->body = $body;
5656
5757 if ($this->command == 'ERROR') {
58 - require_once 'Stomp/Exception.php';
 58+ require_once 'Exception.php';
5959 throw new Stomp_Exception($this->headers['message'], 0, $this->body);
6060 }
6161 }
@@ -77,4 +77,4 @@
7878 return $data .= "\x00\n";
7979 }
8080 }
81 -?>
\ No newline at end of file
 81+?>

Status & tagging log