1.1 --- a/web/mensafood.php Sat Sep 11 23:28:45 2010 +0200
1.2 +++ b/web/mensafood.php Sun Sep 26 16:16:10 2010 +0200
1.3 @@ -101,7 +101,7 @@
1.4 protected function fetchPrices()
1.5 {
1.6 $this->prices = array();
1.7 - $url = 'http://www.studentenwerk-muenchen.de/mensa/unsere_preise/';
1.8 + $url = 'http://www.studentenwerk-muenchen.de/mensa/unsere-preise/';
1.9 $domPage = $this->getDomDocument($url);
1.10 $xpath = new DOMXPath($domPage);
1.11 $categories = array(self::CATEGORY_NORMAL, self::CATEGORY_ORGANIC, self::CATEGORY_SPECIAL);