privatise this
git-svn-id: file:///home/shish/svn/shimmie2/trunk@264 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
c6b7c9bb83
commit
40eb4699b8
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Reference in a new issue