From 70e5fe210b35ca88a4aaf3768b8f8fadb5466b20 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 27 Sep 2017 15:00:02 +0800 Subject: [PATCH] Images.php --- Images.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Images.php b/Images.php index 4bc9bb2c..dfa2246b 100644 --- a/Images.php +++ b/Images.php @@ -37,6 +37,9 @@ require_once 'Pman.php'; class Pman_Core_Images extends Pman { + + var $public_image_table = array(); + function getAuth() { parent::getAuth(); // load company! -- 2.39.2