mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
update crawled status condition
This commit is contained in:
parent
fae43d54e5
commit
cf6c50a96f
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)
|
|||
<main>
|
||||
<?php if ($document) { ?>
|
||||
<div>
|
||||
<?php if (empty($document->time) || (empty($document->title) && empty($document->description) && empty($document->keywords))) { ?>
|
||||
<?php if (empty($document->time)) { ?>
|
||||
<div>
|
||||
<?php echo _('Document pending for crawler queue') ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue