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 meenie#32. I also implemented the feature requests in issue meenie#24, issue meenie#27, and issue meenie#21.
Merge pull request meenie#23 from elkangaroo/fix-php-warning-for-unca…
…ched-images
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.