]> source.dussan.org Git - nextcloud-server.git/commitdiff
hide fails
authorGeorg Ehrke <dev@georgswebsite.de>
Thu, 26 Apr 2012 19:58:43 +0000 (21:58 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Thu, 26 Apr 2012 19:58:43 +0000 (21:58 +0200)
lib/base.php

index ba378653f475615c7112bb51f0069f3488b5edd0..5118f6471349bc49cdf5ea76e4ed6d379b0a49d7 100644 (file)
@@ -435,7 +435,7 @@ class OC{
                }
 
                //update path to lib base
-               file_put_contents(OC::$APPSROOT . '/apps/inc.php', '<?php require_once(\'' . OC::$SERVERROOT . '/lib/base.php' . '\'); ?>');
+               @file_put_contents(OC::$APPSROOT . '/apps/inc.php', '<?php require_once(\'' . OC::$SERVERROOT . '/lib/base.php' . '\'); ?>');
        }
 }