X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavette_www.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmots%2Fbase%2Fmots.php;fp=www%2Fplugins-dist%2Fmots%2Fbase%2Fmots.php;h=72bbd4b0fb4c1fe88ca29e24459a3acdb740c220;hp=43773d76312e7285328131257cc4d4d83fcfe96e;hb=2f46f5ab9fc0d68a164a1b8025de099896b5586e;hpb=a6c56ccc18c7140954d9601a75e4b8a04de00263 diff --git a/www/plugins-dist/mots/base/mots.php b/www/plugins-dist/mots/base/mots.php index 43773d7..72bbd4b 100644 --- a/www/plugins-dist/mots/base/mots.php +++ b/www/plugins-dist/mots/base/mots.php @@ -155,7 +155,7 @@ function mots_declarer_tables_objets_sql($tables){ $tables[]['tables_jointures'][]= 'mots'; // cas particulier des auteurs et mots : declarer explicitement mots_liens comme jointure privilegiee - // cf http://core.spip.org/issues/2329 + // cf https://core.spip.net/issues/2329 $tables['spip_auteurs']['tables_jointures'][]= 'mots_liens'; $tables['spip_auteurs']['tables_jointures'][]= 'mots'; $tables['spip_mots']['tables_jointures'][]= 'mots_liens';