summaryrefslogtreecommitdiff
path: root/plugins/RSSCloud/LoggingAggregator.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-12-14 21:24:49 +0000
committerZach Copley <zach@status.net>2010-01-05 23:21:57 -0800
commit3e6b80d3e99eee4fc916a714f34e7b95ad0455a6 (patch)
tree4d413b5d2c92646be0227724ce4485bb4f3df259 /plugins/RSSCloud/LoggingAggregator.php
parent655dbcedb327c79c655b928ba36140519e3b6daf (diff)
Some phpcs cleanup
Diffstat (limited to 'plugins/RSSCloud/LoggingAggregator.php')
-rw-r--r--plugins/RSSCloud/LoggingAggregator.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/RSSCloud/LoggingAggregator.php b/plugins/RSSCloud/LoggingAggregator.php
index c81a987f7..e37eed16a 100644
--- a/plugins/RSSCloud/LoggingAggregator.php
+++ b/plugins/RSSCloud/LoggingAggregator.php
@@ -111,12 +111,13 @@ class LoggingAggregatorAction extends Action
}
header('Content-Type: text/xml');
- echo '<notifyResult success=\'true\' msg=\'Thanks for the update.\' />' . "\n";
+ Echo "<notifyResult success='true' msg='Thanks for the update.' />\n";
}
$this->ip = $_SERVER['REMOTE_ADDR'];
- common_log(LOG_INFO, 'RSSCloud Logging Aggregator - ' . $this->ip . ' claims the feed at ' .
+ common_log(LOG_INFO, 'RSSCloud Logging Aggregator - ' .
+ $this->ip . ' claims the feed at ' .
$this->url . ' has been updated.');
}