Skip to content
Snippets Groups Projects
Unverified Commit 95afa386 authored by Mohd Sahzad's avatar Mohd Sahzad Committed by Hussain Abbas
Browse files

Issue #3394978 by Mohd Sahzad, hussainweb: Undefined variable $websites in...

Issue #3394978 by Mohd Sahzad, hussainweb: Undefined variable $websites in Drupal\do_username\DOComputedFields->getValue()
parent c2e1f535
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ class DOComputedFields extends TypedData {
return $userInformation->url;
case 'websites':
$websites = [];
foreach ($userInformation->field_websites as $item) {
$websites[] = $item->url;
}
......
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