Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 22, 2017
1 parent 9d04988 commit d3552ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kronolith/lib/Application.php
Expand Up @@ -407,7 +407,8 @@ public function removeUserData($user)
$kronolith_shares = $GLOBALS['injector']->getInstance('Kronolith_Shares');
$shares = $kronolith_shares->listShares(
$user,
array('attributes' => $user));
array('attributes' => $user)
);
foreach ($shares as $share) {
$kronolith_shares->removeShare($share);
}
Expand Down

0 comments on commit d3552ec

Please sign in to comment.