Memcached client bug fix (submitted to memcached mailing list)
[lhc/web/wiklou.git] / includes / SiteStatsUpdate.php
index 61ca846..f8ab804 100644 (file)
@@ -33,7 +33,7 @@ class SiteStatsUpdate {
 
                $sql = "UPDATE LOW_PRIORITY site_stats SET " . implode ( ",", $a ) .
                  " WHERE ss_row_id=1";
-               wfQuery( $sql, "SiteStatsUpdate::doUpdate" );
+               wfQuery( $sql, DB_WRITE, "SiteStatsUpdate::doUpdate" );
        }
 }