Skip to content

Commit

Permalink
Fix undefined variable inspection warning
Browse files Browse the repository at this point in the history
Fixes #27258
  • Loading branch information
dregad committed Sep 18, 2020
1 parent d27ea37 commit a39ee9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions account_prof_edit_page.php
Expand Up @@ -69,6 +69,14 @@
$t_row = profile_get_row( auth_get_current_user_id(), $f_profile_id );
}

/**
* @var $v_id
* @var $v_user_id
* @var $v_platform
* @var $v_os
* @var $v_os_build
* @var $v_description
*/
extract( $t_row, EXTR_PREFIX_ALL, 'v' );

layout_page_header();
Expand Down

0 comments on commit a39ee9a

Please sign in to comment.