Skip to content
Snippets Groups Projects
Commit 1ec30422 authored by Alessandro Cosentino's avatar Alessandro Cosentino
Browse files

changed the path in imagePath again

parent 13ddf810
Branches
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment