diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-13 15:54:45 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-13 15:54:45 -0800 |
commit | 76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f (patch) | |
tree | fb5d58779c5f4984a2e9cf354e154e06c997c1c9 /vendor/composer/autoload_real.php | |
parent | e8958b1fb85ebcc4c51632a2de746b9aec6f354e (diff) | |
parent | ce10a44e722c9bbaceff64273641c3e08c6ad7a5 (diff) | |
download | volse-hubzilla-76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f.tar.gz volse-hubzilla-76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f.tar.bz2 volse-hubzilla-76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'vendor/composer/autoload_real.php')
-rw-r--r-- | vendor/composer/autoload_real.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 2955df1db..b310f60f2 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -24,7 +24,7 @@ class ComposerAutoloaderInit7b34d7e50a62201ec5d5e526a5b8b35d spl_autoload_unregister(array('ComposerAutoloaderInit7b34d7e50a62201ec5d5e526a5b8b35d', 'loadClassLoader')); $includePaths = require __DIR__ . '/include_paths.php'; - array_push($includePaths, get_include_path()); + $includePaths[] = get_include_path(); set_include_path(implode(PATH_SEPARATOR, $includePaths)); $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); |