summaryrefslogtreecommitdiffstats
path: root/lib/helper.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2011-05-17 23:29:09 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2011-05-17 23:29:09 -0400
commit1ec304227e15b2ea849abf1a8632cee0501bf8f9 (patch)
treebd68a7fb206544ef90d54c0cf7d0ecedb1d90e88 /lib/helper.php
parent13ddf8100f7b4aace962598a75aadbf228c4aaa7 (diff)
downloadnextcloud-server-1ec304227e15b2ea849abf1a8632cee0501bf8f9.tar.gz
nextcloud-server-1ec304227e15b2ea849abf1a8632cee0501bf8f9.zip
changed the path in imagePath again
Diffstat (limited to 'lib/helper.php')
-rw-r--r--lib/helper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/helper.php b/lib/helper.php
index c57c83e1ef9..fbca94dc7a8 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -60,8 +60,8 @@ class OC_HELPER {
global $SERVERROOT;
global $WEBROOT;
// Check if the app is in the app folder
- if( file_exists( "$SERVERROOT/apps/img/$app/$image" )){
- return "$WEBROOT/apps/img/$app/$image";
+ if( file_exists( "$SERVERROOT/apps/$app/img/$image" )){
+ return "$WEBROOT/apps/$app/img/$image";
}
if( !empty( $app )){
return "$WEBROOT/$app/img/$image";