Skip to content
Snippets Groups Projects
Commit 86143beb authored by Christopher Schäpers's avatar Christopher Schäpers
Browse files

Remove superfluous $

parent c9c5e1b9
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ class Controller {
$image->crop($crop['x'], $crop['y'], $crop['w'], $crop['h']);
try {
$avatar = new \OC_Avatar($user);
$avatar->set($$image->data());
$avatar->set($image->data());
// Clean up
\OC_Cache::remove('tmpavatar');
\OC_JSON::success();
......
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