diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-01-08 15:35:29 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-01-09 20:40:24 +0100 |
commit | 5f04b41ea6085ee8ab9cfc58ecfc4dd5290a57d6 (patch) | |
tree | b535f7c8f8a949ec166fd0b96efc594ed05fe022 /lib/image.php | |
parent | 5e40653713eed01d96841dc93e11534b46a443ee (diff) | |
download | nextcloud-server-5f04b41ea6085ee8ab9cfc58ecfc4dd5290a57d6.tar.gz nextcloud-server-5f04b41ea6085ee8ab9cfc58ecfc4dd5290a57d6.zip |
Just a comment ;-)
Diffstat (limited to 'lib/image.php')
-rw-r--r-- | lib/image.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/image.php b/lib/image.php index 45b6ad3918d..bdfa1fefd7d 100644 --- a/lib/image.php +++ b/lib/image.php @@ -200,6 +200,7 @@ class OC_Image { } /** + * (I'm open for suggestions on better method name ;) * @brief Fixes orientation based on EXIF data. * @returns bool. */ |