[PR #267] [MERGED] Fix for search function not working if "$hide_Cols=true" on non-Windo… #942

Closed
opened 2026-03-02 16:02:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/prasathmani/tinyfilemanager/pull/267
Author: @RMKATBST
Created: 12/19/2019
Status: Merged
Merged: 12/20/2019
Merged by: @prasathmani

Base: masterHead: patch-1


📝 Commits (1)

  • 14097ed Fix for search function not working if "$hide_Cols=true" on non-Windows systems

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 tinyfilemanager.php (+2 -2)

📄 Description

…ws systems

Setting $hide_Cols=true while having FM_IS_WIN=false will lead to a "Type error" when setting up the dataTable. The desired page is generated, but the Search function does not work, as the dataTable is broken.

With this fix the dataTable is written accordingly, with either FM_IS_WIN or $hide_Cols set or unset.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/prasathmani/tinyfilemanager/pull/267 **Author:** [@RMKATBST](https://github.com/RMKATBST) **Created:** 12/19/2019 **Status:** ✅ Merged **Merged:** 12/20/2019 **Merged by:** [@prasathmani](https://github.com/prasathmani) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`14097ed`](https://github.com/prasathmani/tinyfilemanager/commit/14097edda7c948b748ed6c65b8a4dd88c2ca8b9c) Fix for search function not working if "$hide_Cols=true" on non-Windows systems ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tinyfilemanager.php` (+2 -2) </details> ### 📄 Description …ws systems Setting $hide_Cols=true while having FM_IS_WIN=false will lead to a "Type error" when setting up the dataTable. The desired page is generated, but the Search function does not work, as the dataTable is broken. With this fix the dataTable is written accordingly, with either FM_IS_WIN or $hide_Cols set or unset. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:02:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#942
No description provided.