summaryrefslogtreecommitdiff
path: root/modules/system/system.updater.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.updater.inc')
-rw-r--r--modules/system/system.updater.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc
index da0aa4f0d..4e8d4b27c 100644
--- a/modules/system/system.updater.inc
+++ b/modules/system/system.updater.inc
@@ -6,7 +6,7 @@
* Subclasses of the Updater class to update Drupal core knows how to update.
* At this time, only modules and themes are supported.
*/
-
+
/**
* Class for updating modules using FileTransfer classes via authorize.php.
*/
@@ -145,7 +145,7 @@ class ThemeUpdater extends Updater implements DrupalUpdaterInterface {
->condition('name', $this->name)
->execute();
}
-
+
public function postInstallTasks() {
return array(
l(t('Set the !project theme as default', array('!project' => $this->title)), 'admin/appearance'),