Skip to content

Commit

Permalink
Bug SAFeSEA#32, fix in User controller PHP [iet:10299633][ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Feb 5, 2018
1 parent 85488b9 commit 24f1538
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/user.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ public function submitDraft($taskId)
$versionId = $formdata["version"] = $post["version"];
$username = $this->user[ 'username' ];

$logData = json_encode([ 'user' => $usr[ 'id' ], 'task' => $taskId, ]);

$analyser = new IET_OU\OpenEssayist\Utils\EssayAnalyser();

try {
Expand Down

0 comments on commit 24f1538

Please sign in to comment.