Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
remove false if id is bad
Browse files Browse the repository at this point in the history
  • Loading branch information
pokap committed May 5, 2012
1 parent 37f8eb7 commit 25623c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Media.php
Expand Up @@ -108,10 +108,6 @@ public function analyse(Uri $uri)

$this->cache->set($keyCache, $analyser);

if (!$analyser->getId()) {
return false;
}

return $analyser;
}
}

0 comments on commit 25623c7

Please sign in to comment.