r58521 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58520‎ | r58521 | r58522 >
Date:09:53, 4 November 2009
Author:tomasz
Status:ok
Tags:
Comment:
Removing check as its broken on current ubuntu php version
Modified paths:
  • /trunk/extensions/DonationInterface/activemq_stomp/Stomp.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/activemq_stomp/Stomp.php
@@ -510,9 +510,9 @@
511511 */
512512 public function readFrame ()
513513 {
514 - if (!$this->hasFrameToRead()) {
 514+ /* if (!$this->hasFrameToRead()) {
515515 return false;
516 - }
 516+ } */
517517
518518 $rb = 1024;
519519 $data = '';

Status & tagging log