From 7c65b3ffb1ef3674e39f514bbae9fc7da587c280 Mon Sep 17 00:00:00 2001 From: stephen waite Date: Sun, 2 Jul 2017 12:00:13 -0400 Subject: [PATCH] remove encount undefined variable notice --- admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin.php b/admin.php index 063600c92..cabe78789 100644 --- a/admin.php +++ b/admin.php @@ -68,6 +68,7 @@ while (false !== ($sfname = readdir($dh))) { closedir($dh); ksort($siteslist); +$encount = 0; foreach ($siteslist as $sfname) { $sitedir = "$OE_SITES_BASE/$sfname"; $errmsg = ''; -- 2.11.4.GIT