Adding static to regen

This commit is contained in:
predominant 2010-07-12 09:57:58 +10:00 committed by mark_story
parent 1dd02b77b2
commit db97df31cd

View file

@ -618,7 +618,7 @@ class CakeSession {
* Restarts this session.
*
*/
public function renew() {
public static function renew() {
self::__regenerateId();
}