X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=maintenance%2Fupdate.php;h=a672e294e7dd87c14038b2dea25c1121c8b12b4d;hb=d58ba34ea04c6874432ebd09b58797588777e0ca;hp=b96e7eb87139ff6b4d921d6164f9ed2e793d844e;hpb=500889f19005b4aed93c5b6eaafd35689fce7dcd;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/update.php b/maintenance/update.php index b96e7eb871..a672e294e7 100755 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -145,6 +145,7 @@ class UpdateMediaWiki extends Maintenance { $this->output( "Going to run database updates for " . wfWikiID() . "\n" ); if ( $db->getType() === 'sqlite' ) { + /** @var Database|DatabaseSqlite $db */ $this->output( "Using SQLite file: '{$db->getDbFilePath()}'\n" ); } $this->output( "Depending on the size of your database this may take a while!\n" );