Skip to content
Snippets Groups Projects
Commit 450228fd authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3188641: Change the set front page to /node process from using static...

Issue #3188641: Change the set front page to /node process from using static node id to front page path by the alias
parent 1647e200
No related branches found
No related tags found
No related merge requests found
...@@ -541,7 +541,7 @@ function varbase_after_install_finished(array &$install_state) { ...@@ -541,7 +541,7 @@ function varbase_after_install_finished(array &$install_state) {
if (count($alias_ids) > 0) { if (count($alias_ids) > 0) {
foreach ($alias_ids as $alias_id) { foreach ($alias_ids as $alias_id) {
if (!(end($alias_ids) == $alias_id)) { if (!(end($alias_ids))) {
$path_alias = PathAlias::load($alias_id); $path_alias = PathAlias::load($alias_id);
$path_alias->delete(); $path_alias->delete();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment