Skip to content
Snippets Groups Projects
Commit 9f01d00c authored by Robin Appelman's avatar Robin Appelman
Browse files

Merge pull request #4181 from owncloud/irods-ob

use output buffering when including the irods libraries
parents 4b8e464f 79832e93
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment