changeset 793 | c0724bf6039b |
parent 791 | e6094f56f941 |
child 801 | eb8b23f11744 |
792:b55b87e5fafd | 793:c0724bf6039b |
---|---|
621 ); |
621 ); |
622 |
622 |
623 endswitch; |
623 endswitch; |
624 |
624 |
625 $cache->purge('plugins'); |
625 $cache->purge('plugins'); |
626 $cache->purge('page_meta'); |
|
627 $cache->purge('anon_sidebar'); |
|
626 |
628 |
627 return $return; |
629 return $return; |
628 } |
630 } |
629 |
631 |
630 /** |
632 /** |
740 ); |
742 ); |
741 |
743 |
742 endswitch; |
744 endswitch; |
743 |
745 |
744 $cache->purge('plugins'); |
746 $cache->purge('plugins'); |
747 $cache->purge('page_meta'); |
|
748 $cache->purge('anon_sidebar'); |
|
745 |
749 |
746 return $return; |
750 return $return; |
747 } |
751 } |
748 |
752 |
749 /** |
753 /** |
965 ); |
969 ); |
966 |
970 |
967 endswitch; |
971 endswitch; |
968 |
972 |
969 $cache->purge('plugins'); |
973 $cache->purge('plugins'); |
974 $cache->purge('page_meta'); |
|
975 $cache->purge('anon_sidebar'); |
|
970 |
976 |
971 return $return; |
977 return $return; |
972 } |
978 } |
973 |
979 |
974 /** |
980 /** |