IGB Header support implemented

This commit is contained in:
exodus4d
2015-04-25 17:43:42 +02:00
parent fc033ed7c4
commit 2c688e2aa8
38 changed files with 1046 additions and 981 deletions

View File

@@ -119,9 +119,10 @@ class UserCharacterModel extends BasicModel {
* @return bool|mixed
*/
public function getLog(){
$this->filter('log', array('active = ?', 1));
//$this->filter('log', array('active = ?', 1));
$characterLog = false;
$characterLog = $this->characterId->getLog();
if($this->log){
$characterLog = $this->log;
}