[Pkg-owncloud-commits] [owncloud] 96/165: Fix wrong path generation
David Prévot
taffit at moszumanska.debian.org
Thu Apr 23 04:06:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 80be3b0c476308571d1b47e71ca66580ec3fd720
Author: Morris Jobke <hey at morrisjobke.de>
Date: Mon Apr 20 11:01:33 2015 +0200
Fix wrong path generation
* fixes #15742
---
lib/private/template/resourcenotfoundexception.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/template/resourcenotfoundexception.php b/lib/private/template/resourcenotfoundexception.php
index a422563..26655b7 100644
--- a/lib/private/template/resourcenotfoundexception.php
+++ b/lib/private/template/resourcenotfoundexception.php
@@ -39,6 +39,6 @@ class ResourceNotFoundException extends \LogicException {
* @return string
*/
public function getResourcePath() {
- return $this->resource . '/' . $this->webPath;
+ return $this->webPath . '/' . $this->resource;
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list