privatise this

git-svn-id: file:///home/shish/svn/shimmie2/trunk@264 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-12 07:50:08 +00:00
parent c6b7c9bb83
commit 40eb4699b8

View file

@ -106,7 +106,7 @@ class Config {
return ($this->get($name, $default) == 'Y' || $this->get($name, $default) == '1');
}
public function get($name, $default=null) {
private function get($name, $default=null) {
if(isset($this->values[$name])) {
return $this->values[$name];
}