We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04330b6 commit 3b405b0Copy full SHA for 3b405b0
addchat_installer/src/libraries/Addchat_lib.php
@@ -548,7 +548,7 @@ public function save_settings()
548
$data['footer_url'] = $this->AC_LIB->input->post('footer_url');
549
$data['admin_user_id'] = $this->AC_LIB->input->post('admin_user_id');
550
$data['pagination_limit'] = $this->AC_LIB->input->post('pagination_limit');
551
- $data['img_upld_pth'] = $this->AC_LIB->input->post('img_upload_path');
+ $data['img_upload_path'] = $this->AC_LIB->input->post('img_upload_path');
552
$data['assets_path'] = $this->AC_LIB->input->post('assets_path');
553
$data['users_table'] = $this->AC_LIB->input->post('users_table');
554
$data['users_col_id'] = $this->AC_LIB->input->post('users_id');
0 commit comments