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

Add a comment to clear defaultavatar-functionality

parent bf7f9442
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ class Controller { ...@@ -32,6 +32,7 @@ class Controller {
\OC_Response::setETagHeader(crc32($image->data())); \OC_Response::setETagHeader(crc32($image->data()));
$image->show(); $image->show();
} else { } else {
// Signalizes $.avatar() to display a defaultavatar
\OC_JSON::success(); \OC_JSON::success();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment