Fixing style errors.
This commit is contained in:
parent
a271bb8316
commit
528e4f87d1
@ -931,7 +931,7 @@ class SkillRank extends CommonObject
|
||||
$this->lines = array();
|
||||
|
||||
$objectline = new SkillRankLine($this->db);
|
||||
$result = $objectline->fetchAll('ASC', 'position', 0, 0, array('customsql'=>'fk_skillrank = '.((int)$this->id)));
|
||||
$result = $objectline->fetchAll('ASC', 'position', 0, 0, array('customsql'=>'fk_skillrank = '.((int) $this->id)));
|
||||
|
||||
if (is_numeric($result)) {
|
||||
$this->error = $this->error;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user