pending commit, finished during MQ/S download ...
[platal.git] / modules / payment.php
index 2cd1c2d..07199aa 100644 (file)
@@ -115,7 +115,7 @@ class PaymentModule extends PLModule
                                               FROM  paiement.transactions
                                              WHERE  uid = {?} AND ref = {?}
                                           ORDER BY  timestamp DESC",
-                                            Session::getInt('uid', -1), $ref);
+                                            S::v('uid', -1), $ref);
 
             if ($res->total()) $page->assign('transactions', $res);
         }