Skip to content

Commit 52fca34

Browse files
committed
Alphabetize assignment
1 parent e086dc7 commit 52fca34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/Packet/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public function &run(Router &$router, View &$view, array &$args) {
3939
$model->packet_id = (isset($data["id"]) ? $data["id"] : null);
4040
$model->published = null;
4141
$model->remarks = null;
42-
$model->user = Authentication::$user;
4342
$model->used_by = null;
43+
$model->user = Authentication::$user;
4444

4545
$model->acl_allowed = ($model->user && $model->user->getAcl(
4646
User::OPTION_ACL_PACKET_MODIFY

0 commit comments

Comments
 (0)