Finished new composer, removed unfinished content, Improved CSS JS and readme

Update .gitignore, composer.php, and 15 more files...
This commit is contained in:
2022-06-27 13:50:28 +02:00
parent bce4897c00
commit 395f9b680e
13 changed files with 57 additions and 19 deletions

View File

@@ -104,7 +104,7 @@ if($requested_content_display_type == ContentDisplayType::SEARCH) {
// Loading the content's data
$content_file_path = get_content_file_path($content_requested_url_part);
if(is_null($content_file_path)) {
if(empty($content_file_path)) {
// File doesn't exist !
$content_has_error = true;
$content_error_message_key = "error.content.data.not.exist";