1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
akhilleusuggo 2020-11-01 02:06:09 +02:00 committed by GitHub
parent b5fe6b609d
commit 61976ab022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ if (!Permissions::canGenerateSiteMap()) {
$sitemap = siteMap();
if(empty($sitemap)){
$obj->msg = "Sitemao content is empty";
$obj->msg = "Sitemap content is empty";
die(json_encode($obj));
}