From 2f7ff4fb739c83e9ca8919a32cf0b4ef2054abb7 Mon Sep 17 00:00:00 2001 From: Ed Chipman Date: Sat, 8 Mar 2014 16:05:23 -0400 Subject: [PATCH] Fixed issue #1 crashed caused by the zend framework and the include path --- _config.php | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/_config.php b/_config.php index 472bcfb..530279a 100644 --- a/_config.php +++ b/_config.php @@ -1,20 +1,24 @@ -register('snippet', array('CodeBankShortCode', 'parse')); +register('snippet', array('CodeBankShortCode', 'parse')); ?> \ No newline at end of file