mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
added pixelegg template, to also delete image cache of it
This commit is contained in:
parent
5f849c4b25
commit
6ae755b1aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user