mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Whitespace cleanup.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user