diff --git a/Ncstate/Service/Dining.php b/Ncstate/Service/Dining.php index 4199842..b02d81e 100755 --- a/Ncstate/Service/Dining.php +++ b/Ncstate/Service/Dining.php @@ -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 @@ -443,4 +443,4 @@ protected static function _convertSimpleXmlElementObjectIntoArray($simpleXmlElem return (trim(strval($simpleXmlElementObject))); } // End of else } // End of function convertSimpleXmlElementObjectIntoArray. -} \ No newline at end of file +}