mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
parent
319a3ffd85
commit
80be3b0c47
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ class ResourceNotFoundException extends \LogicException {
|
|||
* @return string
|
||||
*/
|
||||
public function getResourcePath() {
|
||||
return $this->resource . '/' . $this->webPath;
|
||||
return $this->webPath . '/' . $this->resource;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue