You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing an issue with relative paths not converting to absolute paths …
…correctly. This should fix issue #32. I also implemented the feature requests in issue #24, issue #27, and issue #21.
Merge pull request #23 from elkangaroo/fix-php-warning-for-uncached-i…
…mages
Fixing a PHP Warning: Invalid argument supplied for foreach() due to glob() sometimes returning false rather than an array. Plus some refactoring changes to remove duplicate code.