added pixelegg template, to also delete image cache of it

This commit is contained in:
Ralf Becker 2013-11-12 09:29:44 +00:00
parent 5f849c4b25
commit 6ae755b1aa

View File

@ -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;