Remove superfluous parameter to eliminate warning

This commit is contained in:
2011-12-22 22:01:57 +00:00
parent 3a81b6fe40
commit c570a6b026

View File

@@ -35,7 +35,7 @@ class SihnonFramework_Session {
$this->dirty = true; $this->dirty = true;
} }
public function get($name, $value, $default = null) { public function get($name, $default = null) {
if ( ! $this->exists($name)) { if ( ! $this->exists($name)) {
return $default; return $default;
} }