From 8b6d59ced6f43e76c78a01fe106ccb684854c358 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 19 Feb 2019 17:52:40 +0800 Subject: [PATCH] Images.php --- Images.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Images.php b/Images.php index 68cc3627..9db0912e 100644 --- a/Images.php +++ b/Images.php @@ -44,6 +44,8 @@ class Pman_Core_Images extends Pman // tables that do not need authentication checks before serving. var $public_image_tables = array(); + var $is_email = false; + var $sizes = array( '100', '100x100', -- 2.39.2