mirror of
https://github.com/YGGverse/Yo.git
synced 2025-03-12 21:31:21 +00:00
update crawled status condition
This commit is contained in:
parent
fae43d54e5
commit
cf6c50a96f
@ -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…
x
Reference in New Issue
Block a user