nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

[stable12] Fix the root folder detection for mounts points to '/' #340

Closed MorrisJobke closed 6 years ago

MorrisJobke commented 6 years ago

This fixes an endless recursion for the case, that an external storage is mounted to "/". Then the isRootFolder method never evaluated to true, because a trailing slash was the actual diff between the current path and the root folders path.

Backport of #339