Explorar o código

- php.Session can now be explicitely started

Franco Ponticelli %!s(int64=16) %!d(string=hai) anos
pai
achega
42385515d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");