From: Steve Sutton Date: Thu, 10 Nov 2016 17:14:52 +0000 (-0500) Subject: Update for error X-Git-Tag: v1.0.0^2~24 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=61227033e8b72dacf5656a9d274dddba347ce6ec;p=WP-Themes%2Fharborcountry.git Update for error ignore error for file_exists warning. --- diff --git a/setup/setup.phtml b/setup/setup.phtml index 191f068..a06eb02 100644 --- a/setup/setup.phtml +++ b/setup/setup.phtml @@ -174,7 +174,7 @@ function classLoader($className) && count($i) > 0 ) { foreach ($i as $j) { - if (file_exists("{$j}/{$class}.php")) { + if (@file_exists("{$j}/{$class}.php")) { require_once "{$j}/{$class}.php"; } }