diff options
Diffstat (limited to 'include/photo/photo_gd.php')
-rw-r--r-- | include/photo/photo_gd.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/photo/photo_gd.php b/include/photo/photo_gd.php index 24bdc204f..e98ac2827 100644 --- a/include/photo/photo_gd.php +++ b/include/photo/photo_gd.php @@ -35,6 +35,11 @@ class photo_gd extends photo_driver { } + public function clearexif() { + return; + } + + public function destroy() { if($this->is_valid()) { imagedestroy($this->image); |