Whitespace cleanup.

This commit is contained in:
Bharat Mediratta
2009-05-02 19:14:06 +00:00
parent 486517fac5
commit 54fa2391d0
@@ -66,14 +66,14 @@ class server_add_task_Core {
null, user::active()->id);
}
}
$context["counter"]++;
if (++$context["position"] >= count($context["files"][$path])) {
$context["next_path"]++;
$context["position"] = 0;
}
} else {
$context["next_path"]++;
$context["next_path"]++;
}
} catch(Exception $e) {
$context["errors"][$path] = $e->getMessage();