Siebrand has uploaded a new change for review.

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


Change subject: Use double quotes to use variable $oper properly
......................................................................

Use double quotes to use variable $oper properly

Introduced in Change-Id: I29461e5332f3fc6523cbd899e14394aa88865d93

Change-Id: Ic4e8d133fc9ab362f3f463309d799e80fff5d883
---
M includes/actions/HistoryAction.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/23/56923/1

diff --git a/includes/actions/HistoryAction.php 
b/includes/actions/HistoryAction.php
index 909bd49..8729426 100644
--- a/includes/actions/HistoryAction.php
+++ b/includes/actions/HistoryAction.php
@@ -224,7 +224,7 @@
                }
 
                if ( $offset ) {
-                       $offsets = array( 'rev_timestamp $oper ' . 
$dbr->addQuotes( $dbr->timestamp( $offset ) ) );
+                       $offsets = array( "rev_timestamp $oper " . 
$dbr->addQuotes( $dbr->timestamp( $offset ) ) );
                } else {
                        $offsets = array();
                }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4e8d133fc9ab362f3f463309d799e80fff5d883
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@wikimedia.org>

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

Reply via email to