From: Bernhard Posselt Date: Fri, 11 Apr 2014 23:33:21 +0000 (+0200) Subject: be nice and use a relative import so people can use the class without firing up owncloud X-Git-Tag: v7.0.0alpha2~319^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=526100dc90511bb3f37115c02fd449234ff6105c;p=nextcloud-server.git be nice and use a relative import so people can use the class without firing up owncloud --- diff --git a/lib/private/appframework/utility/simplecontainer.php b/lib/private/appframework/utility/simplecontainer.php index d08a4879e34..9197ec13853 100644 --- a/lib/private/appframework/utility/simplecontainer.php +++ b/lib/private/appframework/utility/simplecontainer.php @@ -3,7 +3,7 @@ namespace OC\AppFramework\Utility; // register 3rdparty autoloaders -require_once 'Pimple/Pimple.php'; +require_once __DIR__ . '/../../../../3rdparty/Pimple/Pimple.php'; /** * Class SimpleContainer