Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(views): Using sitedescription in meta description tag.
fixes #3973
- Loading branch information
66f0691
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this commit break elgg installation.
66f0691
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any details on what exactly gets broken?
66f0691
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did git clone [email protected]:Elgg/Elgg.git
and I go to http://localhost/elgg19/Elgg/
I got error exception. In php_error.log :
So, now, if I make git checkout 38b7e48 (commit just before this commit), everything works and I can start steps install.
66f0691
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
elgg_get_config('sitedescription')
should not be called if install isn't done...66f0691
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, @ManUtopiK.