2
0
Эх сурвалжийг харах

- php.Session can now be explicitely started

Franco Ponticelli 16 жил өмнө
parent
commit
42385515d2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/php/Session.hx

+ 1 - 1
std/php/Session.hx

@@ -116,7 +116,7 @@ class Session {
 	}
 	
 	private static var _started = untyped __call__("isset", __var__("_SESSION"));
-	private static function start() {
+	public static function start() {
 		if(_started) return;
 		_started = true;
 		untyped __call__("session_start");