Skip to content

Commit

Permalink
Modified Dining base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjwaller committed Jul 25, 2013
1 parent 3558907 commit 7062315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ncstate/Service/Dining.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Ncstate_Service_Dining
* URL to the public service to generate the images
* @var string
*/
const BASE_URL = 'http://webapps.ncsu.edu/dining/';
const BASE_URL = 'http://www.ncsudining.com/diningapi/';

/**
* The API version to use. It uses Version 2.0 by default
Expand Down Expand Up @@ -443,4 +443,4 @@ protected static function _convertSimpleXmlElementObjectIntoArray($simpleXmlElem
return (trim(strval($simpleXmlElementObject)));
} // End of else
} // End of function convertSimpleXmlElementObjectIntoArray.
}
}

0 comments on commit 7062315

Please sign in to comment.