jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I6b932046f362b35f8dc2e2b4f17bafa5f408a81a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DPLforum
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to