X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.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=f854641371bdfbaba8fbab6212853d9795ba8cc8;hpb=d18fcb8f27a4016e3fa7b50a9b2255d529dca543 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';