r97074 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97073‎ | r97074 | r97075 >
Date:17:23, 14 September 2011
Author:raindrift
Status:ok
Tags:
Comment:
Fixed incorrect userId reference
Modified paths:
  • /trunk/phase3/includes/upload/UploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/upload/UploadStash.php
@@ -274,7 +274,7 @@
275275 throw new UploadStashNotLoggedInException( __METHOD__ . ' No user is logged in, files must belong to users' );
276276 }
277277
278 - wfDebug( __METHOD__ . " clearing all rows for user $userId\n" );
 278+ wfDebug( __METHOD__ . ' clearing all rows for user ' . $this->userId . "\n" );
279279 $dbw = $this->repo->getMasterDb();
280280 $dbw->delete(
281281 'uploadstash',

Follow-up revisions

RevisionCommit summaryAuthorDate
r97082Merged revisions 97057,97060,97071,97073-97074,97077-97080 via svnmerge from...dantman18:11, 14 September 2011

Status & tagging log