Skip to content

Commit

Permalink
Updated IronWorker and IronMQ to their latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Foran committed Jan 11, 2012
1 parent 66233c8 commit dda861a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion worker/execute.php
Expand Up @@ -16,7 +16,7 @@ function getTweet($query) {

$mq = new IronMQ(__DIR__.'/config.ini', true);

$response = $mq->postMessage('', "TweetWorker", array("body" => $tweet->text));
$response = $mq->postMessage("TweetWorker", $tweet->text);

print_r($response);

Expand Down
2 changes: 1 addition & 1 deletion worker/lib/IronMQ
Submodule IronMQ updated 1 files
+6 −1 IronMQ.class.php

0 comments on commit dda861a

Please sign in to comment.