diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 11:47:11 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 11:47:11 +0200 |
commit | 89167b55d9da5a67be5678038be7a474e5956dbd (patch) | |
tree | d41dcbca53dba23d71b300782805c5f5314e5cfa /inc/init.php | |
parent | 38175ed45a1a1684e8da55d0f5cd825ee4804c3d (diff) | |
parent | 313d3e75d6e76a2d4336143256b8d0b8777e2849 (diff) | |
download | rpg-89167b55d9da5a67be5678038be7a474e5956dbd.tar.gz rpg-89167b55d9da5a67be5678038be7a474e5956dbd.tar.bz2 |
Merge pull request #1152 from splitbrain/composer
Use composer to add 3rd party libs
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php index bc9ab6d70..6d271dfb0 100644 --- a/inc/init.php +++ b/inc/init.php @@ -191,6 +191,7 @@ global $plugin_controller_class, $plugin_controller; if (empty($plugin_controller_class)) $plugin_controller_class = 'Doku_Plugin_Controller'; // load libraries +require_once(DOKU_INC.'vendor/autoload.php'); require_once(DOKU_INC.'inc/load.php'); // disable gzip if not available |