Skip to content

Commit

Permalink
Merge branch 'bugfix-26' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Jan 15, 2012
2 parents 34034cf + 43077e2 commit fa5fd32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Proem/Api/Util/Options/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ public function validate($options = []) {
}
}

if ($this->value == __FILE__) { $this->value = null; }

return true;
}
}

0 comments on commit fa5fd32

Please sign in to comment.