From 6ae755b1aadd8130cf71eb5d2ee3d9e37718cfcb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 12 Nov 2013 09:29:44 +0000 Subject: [PATCH] added pixelegg template, to also delete image cache of it --- phpgwapi/inc/class.common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index 5be70a1cbb..e4f1d7e371 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -913,7 +913,7 @@ class common */ public static function delete_image_map() { - $templates = array('idots', 'jerryr', 'jdots'); + $templates = array('idots', 'jerryr', 'jdots', 'pixelegg'); if (($template_set = $GLOBALS['egw_info']['user']['preferences']['common']['template_set']) && !in_array($template_set, $templates)) { $templates[] = $template_set;