hide fails

This commit is contained in:
Georg Ehrke 2012-04-26 21:58:43 +02:00
parent 5fda0e4b3b
commit 5483c1be42
1 changed files with 1 additions and 1 deletions

View 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' . '\'); ?>');
}
}