Remove superfluous parameter to eliminate warning
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user