Mercurial > defr > drupal > core
diff modules/system/system.admin.inc @ 19:3edae6ecd6c6 6.9
Drupal 6.9
author | Franck Deroche <franck@defr.org> |
---|---|
date | Thu, 15 Jan 2009 10:15:56 +0100 |
parents | 4347c45bb494 |
children |
line wrap: on
line diff
--- a/modules/system/system.admin.inc Tue Dec 23 14:32:55 2008 +0100 +++ b/modules/system/system.admin.inc Thu Jan 15 10:15:56 2009 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: system.admin.inc,v 1.63.2.5 2008/11/26 13:54:33 dries Exp $ +// $Id: system.admin.inc,v 1.63.2.6 2009/01/06 13:33:24 dries Exp $ /** * @file @@ -1346,6 +1346,9 @@ '#submit' => array('system_clear_cache_submit'), ); + $form['#submit'][] = 'drupal_clear_css_cache'; + $form['#submit'][] = 'drupal_clear_js_cache'; + return system_settings_form($form); }