pending commit, finished during MQ/S download ...
[platal.git] / plugins / insert.getUserName.php
index 3b7a55a..56e02b3 100644 (file)
@@ -24,7 +24,7 @@ function smarty_insert_getUsername()
     global $globals;
 
     $id = Cookie::getInt('ORGuid', -1);
-    $id = Session::getInt($_SESSION['uid'], $id);
+    $id = S::v($_SESSION['uid'], $id);
     
     if ($id<0) {
         return "";