Browse Source

Merge pull request #17285 from Rechenzentrum-Universitaet-Augsburg/master

Changed broken links to php manual
remotes/origin/handlebars-approach
Lukas Reschke 10 years ago
parent
commit
fb2ec1dc56
  1. 4
      lib/public/files/storage.php

4
lib/public/files/storage.php

@ -87,7 +87,7 @@ interface Storage {
public function opendir($path);
/**
* see http://php.net/manual/en/function.is_dir.php
* see http://php.net/manual/en/function.is-dir.php
*
* @param string $path
* @return bool
@ -96,7 +96,7 @@ interface Storage {
public function is_dir($path);
/**
* see http://php.net/manual/en/function.is_file.php
* see http://php.net/manual/en/function.is-file.php
*
* @param string $path
* @return bool

Loading…
Cancel
Save