summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.php b/update.php
index f9be98edf..331e6324e 100644
--- a/update.php
+++ b/update.php
@@ -151,8 +151,6 @@ function update_script_selection_form($form, &$form_state) {
* Provides links to the homepage and administration pages.
*/
function update_helpful_links() {
- // NOTE: we can't use l() here because the URL would point to
- // 'update.php?q=admin'.
$links[] = '<a href="' . base_path() . '">Front page</a>';
if (user_access('access administration pages')) {
$links[] = '<a href="' . base_path() . '?q=admin">Administration pages</a>';