Change visibility to private (from protected)

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/14913/head
Daniel Kesselberg 8 years ago
parent 963d35c78c
commit 12863e0d24
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
  1. 2
      apps/files_external/lib/Lib/Storage/AmazonS3.php

@ -152,7 +152,7 @@ class AmazonS3 extends \OC\Files\Storage\Common {
* @return bool
* @throws \Exception
*/
protected function doesDirectoryExist($path) {
private function doesDirectoryExist($path) {
if (!isset($this->directoryCache[$path])) {
// Maybe this isn't an actual key, but a prefix.
// Do a prefix listing of objects to determine.

Loading…
Cancel
Save