Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
- chức năng thêm admin qua file
  • Loading branch information
meesudzu committed Sep 27, 2018
1 parent c2b16cd commit 902b5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.1.2 (28/09/2018)

- Fix chức năng thêm admin qua file ✓
v3.1.1 (26/09/2018)

- Thêm giao diện cho trình cài đặt (install.php) ✓
Expand Down
1 change: 0 additions & 1 deletion resource/controllers/controller_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ public function check_add_admin()

public function check_add_admin_via_file()
{
sleep(10);
$inputFileType = 'Xlsx';
$result = array();
$reader = IOFactory::createReader($inputFileType);
Expand Down

0 comments on commit 902b5ff

Please sign in to comment.