Merge pull request #4181 from owncloud/irods-ob

use output buffering when including the irods libraries
This commit is contained in:
icewind1991 2013-07-24 10:11:37 -07:00
commit 9f01d00c65
1 changed files with 2 additions and 0 deletions

View File

@ -11,8 +11,10 @@ namespace OC\Files\Storage;
set_include_path(get_include_path() . PATH_SEPARATOR .
\OC_App::getAppPath('files_external') . '/3rdparty/irodsphp/prods/src');
ob_start();
require_once 'ProdsConfig.inc.php';
require_once 'ProdsStreamer.class.php';
ob_end_clean();
class iRODS extends \OC\Files\Storage\StreamWrapper{
private $password;