Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-23 17:44:07 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-23 17:44:07 +0300
commit49cd5c9241d17b90a712f79b4b979408cba4d0fb (patch)
tree87b2ccf578bc2438f113d8857f0fd98846210182 /controller
parent0a567eefd204c771a7b5309b6cdec744da19c6bb (diff)
Test PathManipulation trait
Diffstat (limited to 'controller')
-rw-r--r--controller/pathmanipulation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/pathmanipulation.php b/controller/pathmanipulation.php
index 09cb7b7c..5078140e 100644
--- a/controller/pathmanipulation.php
+++ b/controller/pathmanipulation.php
@@ -30,7 +30,7 @@ trait PathManipulation {
*
* @return string
*/
- public function getReducedPath($path, $currFolderPath) {
+ private function getReducedPath($path, $currFolderPath) {
// Adding a slash to make sure we don't cut a folder in half
if ($currFolderPath) {
$currFolderPath .= '/';