diff options
Diffstat (limited to 'lib/helper.php')
-rw-r--r-- | lib/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php index 281761c590b..9faf8861161 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -42,7 +42,7 @@ class OC_HELPER { } // Check if the app is in the app folder - if( file_exists( $SERVERROOT . '/apps/'. $app . $file )){ + if( file_exists( $SERVERROOT . '/apps/'. $app )){ return $WEBROOT . '/apps/' . $app . $file; } return $WEBROOT . '/' . $app . $file; |