Changeset 1673175
- Timestamp:
- 06/08/2017 10:18:45 AM (9 years ago)
- Location:
- fenshop/trunk
- Files:
-
- 2 edited
-
FenShop.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fenshop/trunk/FenShop.php
r1671241 r1673175 4 4 * Plugin URI: http://fensoftheberge.com 5 5 * Description: Lien vers FenShop - Boutique gaming sur mesure / Link to FenShop - Full customizable gaming shop 6 * Version: 1.12 6 * Version: 1.12.1 7 7 * Author: fensoft 8 8 * Author URI: http://fensoftheberge.com … … 501 501 if (!isset(self::$cache["vote_validate"])) 502 502 self::$cache["vote_validate"] = self::$fenshop->voteValidate(); 503 $vote = self::$cache["vote_validate"][$matches[1][$id]]; 503 $votes = (array)(self::$cache["vote_validate"]); 504 $vote = $votes[$matches[1][$id]]; 504 505 if ($vote->status->status == "add") 505 506 $content = str_replace($matches[0][$id], $matches[2][$id], $content); -
fenshop/trunk/readme.txt
r1671241 r1673175 55 55 == Changelog == 56 56 57 = 1.12.1 = 58 Correctif avec la validation des votes 59 Bugfix with vote validation 60 57 61 = 1.12 = 58 62 Changement des screenshots, page de validation qui affiche l'erreur
Note: See TracChangeset
for help on using the changeset viewer.