diff --git a/core/core.php b/core/core.php index a9015382..6929e7ca 100644 --- a/core/core.php +++ b/core/core.php @@ -553,7 +553,6 @@ class common { if ( $this->getData(['page', $page, 'content']) !== '' && file_exists(self::DATA_DIR . $lang . '/content/' . $this->getData(['page', $page, 'content'])) - && is_file(self::DATA_DIR . $lang . '/content/' . $this->getData(['page', $page, 'content'])) ) { return file_get_contents(self::DATA_DIR . $lang . '/content/' . $this->getData(['page', $page, 'content'])); } else {