diff options
-rw-r--r-- | include/ws_functions.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index 23e3b18dd..439516b7e 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -1254,6 +1254,10 @@ SELECT ); } + // update metadata from the uploaded file (exif/iptc) + require_once(PHPWG_ROOT_PATH.'admin/include/functions_metadata.php'); + update_metadata(array($image_id=>$file_path)); + invalidate_user_cache(); } |