Skip to content

Commit

Permalink
[K6.4] Warning: Undefined property: stdClass::$userid in
Browse files Browse the repository at this point in the history
...move_users_socials.php on line 89 #9819
  • Loading branch information
xillibit committed Feb 10, 2025
1 parent 51ce320 commit 7e70bb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function kunena_640_2024_11_02_move_users_socials($parent) {
$db->setQuery($query);
$db->execute();
$numRows = $db->getNumRows();

$listSocialsColumns[] = 'userid';

$query = $db->createQuery()
->select($db->quoteName($listSocialsColumns))
Expand Down

0 comments on commit 7e70bb6

Please sign in to comment.