X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Flogging%2FLogPage.php;h=d5f5de3000b568c6436c37fd4d3fe1ff6ea69a82;hb=552d285184a2ba312700304c7e7414d567966bd9;hp=981aeb017d0d22ad3df77045bad20dfd29113dfd;hpb=529fc12d2ad2032337594389448fdb5b55802830;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogPage.php b/includes/logging/LogPage.php index 981aeb017d..d5f5de3000 100644 --- a/includes/logging/LogPage.php +++ b/includes/logging/LogPage.php @@ -94,8 +94,7 @@ class LogPage { $dbw = wfGetDB( DB_MASTER ); - // @todo FIXME private/protected/public property? - $this->timestamp = $now = wfTimestampNow(); + $now = wfTimestampNow(); $data = [ 'log_type' => $this->type, 'log_action' => $this->action,