X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_import.php;h=070a64b4ad01549b743def280f98c8c38d61f8bf;hb=995488beda665a1fc3de65df95f2d1ae236d1245;hp=302558b4da72351b0cae7faed53947024bf8893c;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6;p=mailer.git diff --git a/inc/modules/admin/what-theme_import.php b/inc/modules/admin/what-theme_import.php index 302558b4da..070a64b4ad 100644 --- a/inc/modules/admin/what-theme_import.php +++ b/inc/modules/admin/what-theme_import.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -74,7 +75,7 @@ VALUES ('%s','N','%s','%s')", ), __FILE__, __LINE__); // Destroy cache - rebuildCacheFile('themes', 'them'); + rebuildCache('themes', 'them'); // Prepare message $message = getMaskedMessage('ADMIN_THEME_IMPORTED', postRequestParameter('theme'));