Skip to content

Commit 84417bb

Browse files
author
Anton
authored
Merge pull request #6 from bluzphp/develop
Fixed small issue
2 parents 85517d4 + 9dc8480 commit 84417bb

File tree

1 file changed

+1
-0
lines changed
  • application/modules/phones/controllers/crud

1 file changed

+1
-0
lines changed

application/modules/phones/controllers/crud/post.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
unset($data[$key]);
3636
}
3737
}
38+
unset($data['login']);
3839

3940
// Result is Primary Key(s)
4041
$result = $crud->createOne($data);

0 commit comments

Comments
 (0)