Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Commit

Permalink
renamed Corp\MemberTracking.php to Corp\MemberTrackingExtended.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmg12 committed Jun 22, 2014
1 parent 4197813 commit c4b4594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Database/Corp/MemberTrackingExtended.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
use Yapeal\Xml\EveApiXmlModifyInterface;

/**
* Class AccountBalance
* Class MemberTrackingExtended
*/
class MemberTracking extends AbstractCommonEveApi
class MemberTrackingExtended extends AbstractCommonEveApi
{
/**
* @var int $mask
*/
private $mask = 2048;
private $mask = 3355443;
/**
* @param EveApiReadWriteInterface $data
* @param EveApiRetrieverInterface $retrievers
Expand Down Expand Up @@ -84,7 +84,7 @@ public function autoMagic(
* @var EveApiReadWriteInterface|EveApiXmlModifyInterface $data
*/
$data->setEveApiSectionName(strtolower($this->getSectionName()))
->setEveApiName($this->getApiName());
->setEveApiName('MemberTracking');
if ($this->cacheNotExpired(
$this->getApiName(),
$this->getSectionName(),
Expand Down Expand Up @@ -196,7 +196,7 @@ protected function preserve(
$this->getCsq()
);
}
$this->preserverToMemberTracking($preserver, $xml, $ownerID, $key);
$this->preserverToMemberTracking($preserver, $xml, $ownerID);
return $this;
}
/**
Expand Down

0 comments on commit c4b4594

Please sign in to comment.