mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
only when search
This commit is contained in:
@@ -33,7 +33,7 @@ if (!empty($_GET['folder_id'])) {
|
||||
// Set Folder Location Var used when creating folders
|
||||
$folder_location = 0;
|
||||
|
||||
if ($folder == 0) {
|
||||
if ($folder == 0 && $_GET["q"]) {
|
||||
$sql = mysqli_query(
|
||||
$mysqli,
|
||||
"SELECT SQL_CALC_FOUND_ROWS * FROM documents
|
||||
|
||||
Reference in New Issue
Block a user