Remove unnecessary field
This commit is contained in:
parent
12f6536e74
commit
3a791ef9b5
2 changed files with 7 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue