summaryrefslogtreecommitdiff
path: root/inc/subscription.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-23 05:55:10 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-08-23 05:55:10 -0700
commite5f74061b4adda0d5dd9d97671ed4465c0f7e9a0 (patch)
treed75a5c6789a49d4194c70447205565a4095e7771 /inc/subscription.php
parent7522b126516bae336fe9e639cff985c16dad16cc (diff)
parent0ea51e63908793de4c5d5fa2b4d82c2769fec559 (diff)
downloadrpg-e5f74061b4adda0d5dd9d97671ed4465c0f7e9a0.tar.gz
rpg-e5f74061b4adda0d5dd9d97671ed4465c0f7e9a0.tar.bz2
Merge pull request #315 from mperry2/cs-code
Fix CodeSniffer violations for Generic.PHP.LowerCaseConstant.Found
Diffstat (limited to 'inc/subscription.php')
-rw-r--r--inc/subscription.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/subscription.php b/inc/subscription.php
index 4248e4b11..ecbc9ef19 100644
--- a/inc/subscription.php
+++ b/inc/subscription.php
@@ -617,7 +617,7 @@ class Subscription {
* @param string $rev The revision of the page, set to the current revision of the page $id if not set
* @return string
*/
- protected function getMessageID($id, $rev = NULL) {
+ protected function getMessageID($id, $rev = null) {
static $listid = null;
if (is_null($listid)) {
$server = parse_url(DOKU_URL, PHP_URL_HOST);
@@ -694,4 +694,4 @@ class Subscription {
function subscription_addresslist(&$data) {
$sub = new Subscription();
$sub->notifyaddresses($data);
-} \ No newline at end of file
+}