From 6a95543bfdb13d2c6d4d2f74061074c6631174c3 Mon Sep 17 00:00:00 2001 From: AnrDaemon Date: Sun, 25 Jun 2017 02:18:25 +0300 Subject: [PATCH] Last moment's fix. --- Gallery.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gallery.php b/Gallery.php index 2ed3ee4..1d12891 100644 --- a/Gallery.php +++ b/Gallery.php @@ -3,13 +3,14 @@ * * A simple drop-in file-based HTML gallery. * -* $Id: Gallery.php 674 2017-06-24 23:01:04Z anrdaemon $ +* $Id: Gallery.php 675 2017-06-24 23:18:10Z anrdaemon $ */ namespace AnrDaemon\MyLittleGallery; use ArrayAccess, + ArrayIterator, Countable, Exception, ErrorException,