Skip to content

Commit

Permalink
wrong folder id names
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteeltm committed May 13, 2024
1 parent 9e758b1 commit 1242bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// Set Folder Location Var used when creating folders
$folder_location = 0;

if ($folder == 0 && $_GET["q"]) {
if ($get_folder_id == 0 && $_GET["q"]) {
$sql = mysqli_query(
$mysqli,
"SELECT SQL_CALC_FOUND_ROWS * FROM documents
Expand Down
2 changes: 1 addition & 1 deletion client_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// Set Folder Location Var used when creating folders
$folder_location = 1;

if ($folder == 0 && $_GET["q"]) {
if ($get_folder_id == 0 && $_GET["q"]) {
$sql = mysqli_query(
$mysqli,
"SELECT SQL_CALC_FOUND_ROWS * FROM files
Expand Down

0 comments on commit 1242bd3

Please sign in to comment.