url changed default tip
authorPhilipp Wagner <mail@philipp-wagner.com>
Sun Sep 26 16:16:10 2010 +0200 (20 months ago)
changeset 15c3f95222582e
parent 14 ca0abc79e414
url changed
web/mensafood.php
     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);