From 5b73339de8c5d9acc40d3f74fca4e564933790a2 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Mon, 22 Jun 2015 01:34:36 +0900 Subject: [PATCH] refs #1717 : bugfix - iMazing tries to load preprocessor twice. --- interface/blog/iMazing.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/blog/iMazing.php b/interface/blog/iMazing.php index 058d4ce11..59d00f059 100644 --- a/interface/blog/iMazing.php +++ b/interface/blog/iMazing.php @@ -16,16 +16,15 @@ $images = explode('*!',$_GET['i']); $imageStr = ''; -define('ROOT', '../../..'); -require ROOT . '/library/preprocessor.php'; foreach($images as $value) { $imageStr .= $value.'*!'; } ?> + + -