Index: trunk/extensions/DonationInterface/activemq_stomp/Stomp/Frame.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | $this->body = $body; |
56 | 56 | |
57 | 57 | if ($this->command == 'ERROR') { |
58 | | - require_once 'Stomp/Exception.php'; |
| 58 | + require_once 'Exception.php'; |
59 | 59 | throw new Stomp_Exception($this->headers['message'], 0, $this->body); |
60 | 60 | } |
61 | 61 | } |
— | — | @@ -77,4 +77,4 @@ |
78 | 78 | return $data .= "\x00\n"; |
79 | 79 | } |
80 | 80 | } |
81 | | -?> |
\ No newline at end of file |
| 81 | +?> |