summaryrefslogtreecommitdiffstats
path: root/lib/private/template/resourcenotfoundexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/template/resourcenotfoundexception.php')
-rw-r--r--lib/private/template/resourcenotfoundexception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/template/resourcenotfoundexception.php b/lib/private/template/resourcenotfoundexception.php
index a422563d541..26655b78eee 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;
}
}