summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2012-03-15 00:09:06 +0100
committerBartek Przybylski <bart.p.pl@gmail.com>2012-03-15 00:09:06 +0100
commit0fadbee69941efe7d08dc8533145046a9cccb76e (patch)
tree04483cf074b87cb99677d73a52b0f00f64d79f67 /lib
parent193e93e4a9f7d9f2c9c812fb217011d13c9d1237 (diff)
downloadnextcloud-server-0fadbee69941efe7d08dc8533145046a9cccb76e.tar.gz
nextcloud-server-0fadbee69941efe7d08dc8533145046a9cccb76e.zip
fix adding photo to incorrect gallery
Diffstat (limited to 'lib')
-rw-r--r--lib/filecache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filecache.php b/lib/filecache.php
index 15eec43abe5..280a9929db0 100644
--- a/lib/filecache.php
+++ b/lib/filecache.php
@@ -522,7 +522,7 @@ class OC_FileCache{
}
/**
- * fine files by mimetype
+ * find files by mimetype
* @param string $part1
* @param string $part2 (optional)
* @param string root (optional)