Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ff9a112 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

unique task url fix

parent 6e8c67fd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ class CreateTasksCalendar implements IRepairStep {
			$i = 1;
			while ($count > 0) {
				$newUriName = $taskUri . ' - ' . $i;
				$qb->setParameter('name', $newUriName);
				$qb->setParameter('uri', $newUriName);
				$count = $qb->execute()->fetchColumn();
				$i++;
			}