Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'opis/closure/autoload.php')
-rw-r--r--opis/closure/autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opis/closure/autoload.php b/opis/closure/autoload.php
index 48b10f66..2354ea56 100644
--- a/opis/closure/autoload.php
+++ b/opis/closure/autoload.php
@@ -5,7 +5,7 @@
* Licensed under the MIT License
* =========================================================================== */
-require_once 'functions.php';
+require_once __DIR__ . '/functions.php';
spl_autoload_register(function($class){