Skip to content

Commit

Permalink
Removed unnecessary override of Session::id() in SessionHelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Mar 27, 2010
1 parent 3040c6f commit f846005
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cake/libs/view/helpers/session.php
Expand Up @@ -174,15 +174,6 @@ function valid() {
function write() {
trigger_error(__('You can not write to a Session from the view', true), E_USER_WARNING);
}
/**
* Session id
*
* @return string Session id
* @access public
*/
function id() {
return parent::id();
}
/**
* Determine if Session has been started
* and attempt to start it if not
Expand Down

0 comments on commit f846005

Please sign in to comment.