Move Github link out of docblock comment. Doesn't display properly in install.php UI.

This commit is contained in:
Michael Stenta 2020-04-15 10:55:48 -04:00
parent 92a0b1f403
commit 49ed027cb0
1 changed files with 1 additions and 1 deletions

View File

@ -991,9 +991,9 @@ function farm_update_7053(&$sandbox) {
/**
* Make sure the farmOS theme is enabled.
* See https://github.com/farmOS/farmOS/issues/272
*/
function farm_update_7054(&$sandbox) {
// @see https://github.com/farmOS/farmOS/issues/272
if (variable_get('theme_default', '') == 'farm_theme') {
db_query('UPDATE {system} SET status = 1 WHERE type = "theme" AND name = "farm_theme" AND status = 0');
}