diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-11 14:04:55 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-11 14:04:55 +0100 |
commit | 02a02e7811774ea0427e2e1fe8ce95c4da6f62d6 (patch) | |
tree | 95054b5cc7ecd16d5b81206bbd93e7143b52deb0 /php-sabre-uri-autoload.php | |
parent | a8e68a081758cf296f3da515bdf9ee405167cbd1 (diff) |
php-sabre-xml: 1.4.0 (New package, for owncloud)
Diffstat (limited to 'php-sabre-uri-autoload.php')
-rw-r--r-- | php-sabre-uri-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sabre-uri-autoload.php b/php-sabre-uri-autoload.php index 084184a..f5a2e55 100644 --- a/php-sabre-uri-autoload.php +++ b/php-sabre-uri-autoload.php @@ -17,5 +17,5 @@ if (!isset($fedoraClassLoader) || !($fedoraClassLoader instanceof \Symfony\Compo $fedoraClassLoader->addPrefix('Sabre\\Uri\\', dirname(dirname(__DIR__))); -// Function +// Functions require_once __DIR__ . '/functions.php'; |