Skip to content
Snippets Groups Projects
Commit 1724e93c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

Revert "Resolve "Methode "Folder::findTopFolder()" prüft nicht auf Typ "RootFolder"""

This reverts commit 3f6f4d5f.
parent c7af0236
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,7 @@ class Folder extends SimpleORMap implements FeedbackRange
public static function findTopFolder($range_id)
{
$top_folder = self::findOneBySQL(
"range_id = ? AND folder_type = 'RootFolder' AND parent_id=''",
"range_id = ? AND parent_id=''",
[$range_id]
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment