Skip to content

Commit

Permalink
Remove duplicate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheryeong committed Jun 18, 2015
1 parent ef12aa4 commit 1f21273
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/user/profilepicture/profilepicture.php
Expand Up @@ -260,7 +260,6 @@ function onUserAfterSave($data, $isNew, $result, $error)
$db = JFactory::getDbo();
$query = $db->getQuery(true);

$query = $db->getQuery(true);
$query->insert('#__user_profiles')
->columns('user_id, profile_key, profile_value, ordering')
->values(
Expand Down

0 comments on commit 1f21273

Please sign in to comment.