summaryrefslogtreecommitdiff
path: root/app/Schema/Mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Schema/Mysql.php')
-rw-r--r--app/Schema/Mysql.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Schema/Mysql.php b/app/Schema/Mysql.php
index a0febc1a..edf63919 100644
--- a/app/Schema/Mysql.php
+++ b/app/Schema/Mysql.php
@@ -411,7 +411,6 @@ function version_49($pdo)
$rq->execute();
foreach ($rq->fetchAll(PDO::FETCH_ASSOC) as $subtask) {
-
if ($task_id != $subtask['task_id']) {
$position = 1;
$task_id = $subtask['task_id'];