Skip to content
Extraits de code Groupes Projets
Valider 49aa7e96 rédigé par Fil's avatar Fil
Parcourir les fichiers

fix rapide

parent b669411f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -57,7 +57,7 @@ function deja_indexe($type, $id_objet) { ...@@ -57,7 +57,7 @@ function deja_indexe($type, $id_objet) {
function indexer_objet($type, $id_objet, $forcer_reset = true, $full = true) { function indexer_objet($type, $id_objet, $forcer_reset = true, $full = true) {
global $index, $mots; global $index, $mots;
if (!$forcer_reset AND deja_indexe($type, $id_objet)) return; if (!$id_objet OR (!$forcer_reset AND deja_indexe($type, $id_objet))) return;
$index = ''; $index = '';
$mots = "INSERT DELAYED IGNORE spip_index_dico (hash, dico) VALUES (0,'')"; $mots = "INSERT DELAYED IGNORE spip_index_dico (hash, dico) VALUES (0,'')";
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter