Model/DocumentTag.php
changeset 57 186c4121c7b3
parent 2 13f43f53d0ba
child 62 10be6b9e55e7
equal deleted inserted replaced
49:e854d8cb376c 57:186c4121c7b3
   187     {
   187     {
   188         $WIKIPEDIA_VERSION_PERMALINK_TEMPLATE = "http://fr.wikipedia.org/w/index.php?oldid=";
   188         $WIKIPEDIA_VERSION_PERMALINK_TEMPLATE = "http://fr.wikipedia.org/w/index.php?oldid=";
   189         return $WIKIPEDIA_VERSION_PERMALINK_TEMPLATE.$this->wikipediaRevisionId;
   189         return $WIKIPEDIA_VERSION_PERMALINK_TEMPLATE.$this->wikipediaRevisionId;
   190     }
   190     }
   191     
   191     
       
   192     
       
   193     
   192 }
   194 }