From ca67542466d9920c326078ebd577491fdcc4df9a Mon Sep 17 00:00:00 2001 From: Gautham Warrier Date: Sun, 18 May 2014 15:29:54 +0530 Subject: [PATCH] Replace Parsedown manual loading with Composer's Autoloader --- libs/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/functions.php b/libs/functions.php index ed5d26d..c088c3f 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -1,6 +1,6 @@ false, 'template' => 'default' ); + // Load User Config $config_file = (($config_file === '') ? 'docs/config.json' : $config_file); if (substr($config_file, 0, 1) !== '/') $config_file = $base . '/' . $config_file;