Minor - format code

pull/3984/head
Julio 3 years ago
parent 2f14dc27c1
commit 41ff58e285
  1. 3
      public/main/forum/forumfunction.inc.php
  2. 1
      src/CoreBundle/Migrations/Schema/V200/Version20201216132000.php

@ -3691,7 +3691,8 @@ function store_move_post($values)
$forumId = $post->getForum()->getIid();
$threadId = $post->getThread()->getIid();
$thread = (new CForumThread())
$thread = new CForumThread();
$thread
->setThreadTitle($post->getPostTitle())
->setForum($post->getForum())
->setUser($post->getUser())

@ -62,7 +62,6 @@ final class Version20201216132000 extends AbstractMigrationChamilo
$lpItems = $resultItems->fetchAllAssociative();
if (empty($lpItems)) {
continue;
}

Loading…
Cancel
Save