From 656d105b17872897a4c49c8cf5dc75a24626ad53 Mon Sep 17 00:00:00 2001 From: Hassan Khan Date: Mon, 18 Nov 2013 02:33:16 +0000 Subject: [PATCH] Renamed option ``plugin_dir`` to ``plugins_dir`` --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 224e6be..03d2561 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array( 'zepto' => array( 'content_dir' => 'content', - 'plugin_dir' => 'plugins', + 'plugins_dir' => 'plugins', 'templates_dir' => 'templates', 'default_template' => 'base.twig', 'content_ext' => array('.md', '.markdown'),