diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-04 12:52:04 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-04 13:14:31 +0200 |
commit | 855f404e5c2ea1cee67b5261b66eed2d7c3514de (patch) | |
tree | 73ef4afa0b08daef786da029f43a61147ec4dc81 /apps/contacts/ajax/savecrop.php | |
parent | 59bbf0acee01b64991cbda73270adffe9ff9006b (diff) | |
download | nextcloud-server-855f404e5c2ea1cee67b5261b66eed2d7c3514de.tar.gz nextcloud-server-855f404e5c2ea1cee67b5261b66eed2d7c3514de.zip |
Contacts: Temporary files weren't deleted if crop window was closed without saving.
Diffstat (limited to 'apps/contacts/ajax/savecrop.php')
-rw-r--r-- | apps/contacts/ajax/savecrop.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/contacts/ajax/savecrop.php b/apps/contacts/ajax/savecrop.php index fe9e5c5b991..e335c76fd9a 100644 --- a/apps/contacts/ajax/savecrop.php +++ b/apps/contacts/ajax/savecrop.php @@ -19,12 +19,7 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. * * TODO: Translatable strings. - * Remember to delete tmp file at some point. */ -// Init owncloud - -OCP\Util::writeLog('contacts','ajax/savecrop.php: Huzzah!!!', OCP\Util::DEBUG); - // Check if we are a user OCP\JSON::checkLoggedIn(); OCP\JSON::checkAppEnabled('contacts'); |