diff --git a/axe/single.php b/axe/single.php index b1ed779..f450628 100644 --- a/axe/single.php +++ b/axe/single.php @@ -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); } @@ -318,4 +318,4 @@ function cria_descriptor($caminho) { } } -?> \ No newline at end of file +?>