X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Flogging%2FLogPage.php;h=c84352eb7982da0ffe630a52ede8bce3ac500d77;hb=e5879da149afe183ce889ef6f4158086c9b4735f;hp=77d9aa21baa687d320285344eaa2847d0b6c585c;hpb=785ffe2408faa6f17240648d9dac4ed6dbfdd613;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogPage.php b/includes/logging/LogPage.php index 77d9aa21ba..c84352eb79 100644 --- a/includes/logging/LogPage.php +++ b/includes/logging/LogPage.php @@ -104,7 +104,7 @@ class LogPage { 'log_page' => $this->target->getArticleID(), 'log_params' => $this->params ]; - $data += CommentStore::newKey( 'log_comment' )->insert( $dbw, $this->comment ); + $data += CommentStore::getStore()->insert( $dbw, 'log_comment', $this->comment ); $dbw->insert( 'logging', $data, __METHOD__ ); $newId = $dbw->insertId();