diff --git a/function.php b/function.php index 5b8e79ec..966a1409 100644 --- a/function.php +++ b/function.php @@ -52,7 +52,7 @@ if (!function_exists('loadByDir')) { if ($pos === false || strlen($value) - 4 != $pos) { continue; } - include "$value"; + include_once "$value"; } } }