remove getMixed, make get be v, getInt be i, and getBool be b.
[platal.git] / plugins / insert.getName.php
index 78a1285..996ebfc 100644 (file)
@@ -21,7 +21,7 @@
 
 function smarty_insert_getName()
 {
-    $uid = Cookie::get('ORGuid', -1);
+    $uid = Cookie::v('ORGuid', -1);
     if ($uid < 0) {
         return "";
     }