Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions axe/single.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function gera_single($caminho, $force=false, $preview=false,$contaitems=1000) {
if (gravaarquivohtml($nome,$single,$force,$preview)) {
if (isset($POST['POSTID'])) criasymlink($nome,$POST['POSTID']);
if (!$preview) criafonteeditavel($nome,$force,$preview);
if (true===$quickrebuild) { // não terá rebuild imediato, portanto atualiza já as tags afetadas
if (true!=$quickrebuild) { // não terá rebuild imediato, portanto atualiza já as tags afetadas
foreach(explode(",",$POST['POSTTAGS']) as $tag) {
if (strlen(trim($tag))>0) cria_tagindex($tag);
}
Expand Down Expand Up @@ -318,4 +318,4 @@ function cria_descriptor($caminho) {
}
}

?>
?>