From dfa9d81bbf3815345162f4f8c8c13d3c3ddfd636 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Sep 2017 09:29:42 +0800 Subject: [PATCH] Images.php --- Images.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 65a65377..22c08afb 100644 --- a/Images.php +++ b/Images.php @@ -38,7 +38,8 @@ require_once 'Pman.php'; class Pman_Core_Images extends Pman { - var $public_image_table = array(); + var $public_image_tables = array(); + function getAuth() { -- 2.39.2