X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fupdate-gosa;h=c94fe9809fc0b7fc9212729fc86ed57d57cf831b;hb=054839e8de3ca2d4b24d4a4412f5e8fd2b77e388;hp=1a9a0f1d9e4069e2cd96afa988fdce20d5a4c270;hpb=d303c10852c72fed25e3ba037f0159d331796401;p=gosa.git diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa index 1a9a0f1d9..c94fe9809 100755 --- a/gosa-core/update-gosa +++ b/gosa-core/update-gosa @@ -562,7 +562,7 @@ function rescan_images($path, $theme) } // New image if it is not already one - if (preg_match('/new/', $indexPath)) { + if (preg_match('/new/', $indexPath) && !preg_match('/new\.png$/', $indexPath)) { echo "!"; $warnings[]= "Warning: skipped possible *new* image $path"; flush();