Skip to content
Snippets Groups Projects
Commit 25a9311e authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #6601 from AdamWill/pimple-include

don't specify path to 3rdparty directory when registering Pimple autoloader
parents ac3f83ca 9b4a827e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
namespace OC\AppFramework\Utility;
// register 3rdparty autoloaders
require_once __DIR__ . '/../../../../3rdparty/Pimple/Pimple.php';
require_once 'Pimple/Pimple.php';
/**
* Class SimpleContainer
......
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