diff options
author | RedMatrix <info@friendica.com> | 2014-06-29 10:16:51 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-06-29 10:16:51 +1000 |
commit | e228c2ed32593cdbf35992d60e7408dd2c0e33e0 (patch) | |
tree | b6ff696d625712ad4ba8d71223505858bdbf1e0e /vendor/autoload.php | |
parent | f29f8a1b40ba68db66c22bbb824371296c86ac8c (diff) | |
parent | 03b31d113ea316c8384a4cbf3d27ca22bb528eac (diff) | |
download | volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.tar.gz volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.tar.bz2 volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.zip |
Merge pull request #513 from dawnbreak/master
Some documentation for include/reddav.php and a new tpl-file.
Diffstat (limited to 'vendor/autoload.php')
-rw-r--r-- | vendor/autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php index 4ab3c99bc..655527c54 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInitd0f40897631bfac5572c9d06d82344bf::getLoader(); +return ComposerAutoloaderInita478c0bdc9041edcc4f485e8fb39b90d::getLoader(); |