X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSession.php;h=059cd499c080513d038e0329f1f929b82c59e7e4;hb=f9b7f3acdb92ef87c87007efcec65e38ad31a684;hp=e648d4cac025bcff9335ebd6b35d8a8d5138b43a;hpb=b4f2630fea8a8e1274bc123f9c78e751e72103c3;p=friendica.git diff --git a/src/Core/Session.php b/src/Core/Session.php index e648d4cac0..059cd499c0 100644 --- a/src/Core/Session.php +++ b/src/Core/Session.php @@ -1,6 +1,6 @@ get($name, $defaults); } + public static function pop($name, $defaults = null) + { + return DI::session()->pop($name, $defaults); + } + public static function set($name, $value) { DI::session()->set($name, $value);