[*] Core: don't re-generate the class_index.php file if a class is not known to avoid misuse of class_exists()

This commit is contained in:
Rémi Gaillard
2013-09-12 15:03:23 +02:00
parent cc36eb2d27
commit f9b1f0ab5e
3 changed files with 3 additions and 3 deletions
@@ -41,7 +41,7 @@
{/if}
{$smarty.block.parent}
{if $input.type == 'radio' && $input.name == 'smarty_cache'}
<a href="{$current}&token={$token}&empty_smarty_cache=1" class="clear button" href="">{l s='Clear Smarty cache'}</a>
<a href="{$current}&token={$token}&empty_smarty_cache=1" class="clear button" href="">{l s='Clear Smarty cache & Autoload cache'}</a>
{/if}
{/block}