diff options
Diffstat (limited to 'apps/contacts/appinfo')
-rw-r--r-- | apps/contacts/appinfo/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/appinfo/install.php b/apps/contacts/appinfo/install.php index b87241b2db1..172ace5b1a6 100644 --- a/apps/contacts/appinfo/install.php +++ b/apps/contacts/appinfo/install.php @@ -1,4 +1,4 @@ <?php if(!file_exists(OC::$WEBROOT.'/remote/carddav.php')){ - file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPROOT . '/apps/contacts/appinfo/remote.php')); -}
\ No newline at end of file + file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPSROOT . '/apps/contacts/appinfo/remote.php')); +} |