Remove unnecessary field

This commit is contained in:
Duncan Sommerville 2015-10-19 17:00:03 -04:00
parent 12f6536e74
commit 3a791ef9b5
2 changed files with 7 additions and 12 deletions

View file

@ -15,13 +15,10 @@ abstract class ThirdPartyController extends Zend_Controller_Action {
*/
protected $_service;
/**
* @var string Application_Model_Preference service request token accessor function name
*/
protected $_SERVICE_TOKEN_ACCESSOR;
/**
* Disable controller rendering and initialize
*
* @return void
*/
public function init() {
$this->_baseUrl = Application_Common_HTTPHelper::getStationUrl();