]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fixed spelling for Kashyyk and Dagobah
authorDylan Thiedeke <dylan@thiedeke.com.au>
Tue, 7 Jul 2015 22:35:44 +0000 (08:35 +1000)
committerDylan Thiedeke <dylan@thiedeke.com.au>
Tue, 7 Jul 2015 22:35:44 +0000 (08:35 +1000)
planets/planets.php

index a64b2abb02f266d1cf68300aff2d5cef36389d72..d40e6c61a1b34ba1c92ea390c632e4a1820da122 100755 (executable)
@@ -92,7 +92,7 @@ function planets_post_hook($a, &$item) {
         *
         */
 
-       $planets = array('Alderaan','Tatooine','Dagoba','Polis Massa','Coruscant','Hoth','Endor','Kamino','Rattatak','Mustafar','Iego','Geonosis','Felucia','Dantooine','Ansion','Artaru','Bespin','Boz Pity','Cato Neimoidia','Christophsis','Kashyyk','Kessel','Malastare','Mygeeto','Nar Shaddaa','Ord Mantell','Saleucami','Subterrel','Death Star','Teth','Tund','Utapau','Yavin');
+       $planets = array('Alderaan','Tatooine','Dagobah','Polis Massa','Coruscant','Hoth','Endor','Kamino','Rattatak','Mustafar','Iego','Geonosis','Felucia','Dantooine','Ansion','Artaru','Bespin','Boz Pity','Cato Neimoidia','Christophsis','Kashyyyk','Kessel','Malastare','Mygeeto','Nar Shaddaa','Ord Mantell','Saleucami','Subterrel','Death Star','Teth','Tund','Utapau','Yavin');
 
        $planet = array_rand($planets,1);
        $item['location'] = $planets[$planet];