X-Git-Url: https://git.cweiske.de/phancap.git/blobdiff_plain/356f65e58f74bc66c3e565165ed2c73567e94465..fc937c3b2eec973b2699e5d2f3a7e6c732bb9eee:/src/phancap/Repository.php diff --git a/src/phancap/Repository.php b/src/phancap/Repository.php index 9e7ad32..b5def74 100644 --- a/src/phancap/Repository.php +++ b/src/phancap/Repository.php @@ -111,6 +111,9 @@ class Repository $adapter->cleanup(); throw $e; } + + $meta = new MetaData(); + $meta->embed($img, $options); } /**