Skip to content

Commit 3b405b0

Browse files
committed
minor bug fix
1 parent 04330b6 commit 3b405b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addchat_installer/src/libraries/Addchat_lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ public function save_settings()
548548
$data['footer_url'] = $this->AC_LIB->input->post('footer_url');
549549
$data['admin_user_id'] = $this->AC_LIB->input->post('admin_user_id');
550550
$data['pagination_limit'] = $this->AC_LIB->input->post('pagination_limit');
551-
$data['img_upld_pth'] = $this->AC_LIB->input->post('img_upload_path');
551+
$data['img_upload_path'] = $this->AC_LIB->input->post('img_upload_path');
552552
$data['assets_path'] = $this->AC_LIB->input->post('assets_path');
553553
$data['users_table'] = $this->AC_LIB->input->post('users_table');
554554
$data['users_col_id'] = $this->AC_LIB->input->post('users_id');

0 commit comments

Comments
 (0)