Skip to content
Snippets Groups Projects
Commit 1017ae2e authored by Andreas Gohr's avatar Andreas Gohr
Browse files

always parse file informations in JpegMeta

darcs-hash:20081218210011-7ad00-670578d9882011f3a6eb9e6e219bc7ca22251d9d.gz
parent a73b5b7e
No related branches found
No related tags found
No related merge requests found
......@@ -1020,6 +1020,9 @@ class JpegMeta
/*************************************************************/
function _parseAll()
{
if (!isset($this->_info['file'])) {
$this->_parseFileInfo();
}
if (!isset($this->_markers)) {
$this->_readJPEG();
}
......@@ -1043,9 +1046,6 @@ class JpegMeta
if (!isset($this->_info['adobe'])) {
$this->_parseMarkerAdobe();
}
if (!isset($this->_info['file'])) {
$this->_parseFileInfo();
}
}
/*************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment