Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2014 at 09:23 UTC
Updated:
5 Jan 2015 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xan.ps commentedIt exists in install.core.inc file (/core/includes/).
Comment #2
alexpott@xan.ps I think you'll find it was removed in #2192649: Remove drupal_set_title() from installation and update process so it's not present in 8.x HEAD
Comment #3
sunSorry! The good news:
Those code paths are dead code — the profile is validated much earlier in the process already. You are not able to get past the
install_select_profiletask, unless a valid profile has been selected.Comment #4
jhedstromComment #5
swentel commentedrerolled
Comment #6
alexpottLess code++
Comment #7
alexpottRemoving unused code is allowed as per the beta evaluation. Committed ef53838 and pushed to 8.0.x. Thanks!