Jack Phoenix has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/227236

Change subject: Undefined variables are not cool.
......................................................................

Undefined variables are not cool.

Change-Id: I6b932046f362b35f8dc2e2b4f17bafa5f408a81a
---
M DPLforum_body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DPLforum 
refs/changes/36/227236/1

diff --git a/DPLforum_body.php b/DPLforum_body.php
index e48620d..0bb2721 100644
--- a/DPLforum_body.php
+++ b/DPLforum_body.php
@@ -499,7 +499,7 @@
                        $text = substr( $text, strlen( $this->sOmit ) );
                }
 
-               $props = '';
+               $props = $query = '';
                if ( is_numeric( $time ) ) {
                        if ( $this->bTimestamp ) {
                                $query = 't=' . $time;

-- 
To view, visit https://gerrit.wikimedia.org/r/227236
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b932046f362b35f8dc2e2b4f17bafa5f408a81a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DPLforum
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to