diff --git a/upload/modules/Tebex/pages/store/category.php b/upload/modules/Tebex/pages/store/category.php index 572e637..15ff8ff 100644 --- a/upload/modules/Tebex/pages/store/category.php +++ b/upload/modules/Tebex/pages/store/category.php @@ -83,7 +83,7 @@ $content = $emojione->unicodeToImage($content); $content = Output::getPurified($content); - $image = (isset($package->image) && !is_null($package->image) ? (defined('CONFIG_PATH') ? CONFIG_PATH . '/' : '/' . 'uploads/store/' . Output::getClean(Output::getDecoded($package->image))) : null); + $image = (isset($package->image) && !is_null($package->image) ? (defined('CONFIG_PATH') ? CONFIG_PATH . '/' : '/') . 'uploads/store/' . Output::getClean(Output::getDecoded($package->image)) : null); $category_packages[] = array( 'id' => Output::getClean($package->id),