summaryrefslogtreecommitdiffstats
path: root/lib/private/template
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-06 12:38:59 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-17 12:22:26 +0200
commit93b0f1a3bff98f3b9aa9f2e0ca2db4bc23ca3746 (patch)
tree69c18c9a69eec1f74fdf4755886ecb7b95e88cdb /lib/private/template
parent688a141586dad961b24b364e79cd11c1aa343730 (diff)
downloadnextcloud-server-93b0f1a3bff98f3b9aa9f2e0ca2db4bc23ca3746.tar.gz
nextcloud-server-93b0f1a3bff98f3b9aa9f2e0ca2db4bc23ca3746.zip
adding cssmin and jssmin(minify)
adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content adding repair step to clean the asset cache after upgrade + coding style adjustments
Diffstat (limited to 'lib/private/template')
-rw-r--r--lib/private/template/templatefilelocator.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/template/templatefilelocator.php b/lib/private/template/templatefilelocator.php
index 4676fceb37d..8e9f3bd8100 100644
--- a/lib/private/template/templatefilelocator.php
+++ b/lib/private/template/templatefilelocator.php
@@ -24,6 +24,8 @@ class TemplateFileLocator {
/**
* @param string $template
+ * @return string
+ * @throws \Exception
*/
public function find( $template ) {
if ($template === '') {