Completed
Push — update-3.0 ( 9080e2...c29661 )
by Daniel Neis
02:28
created
process.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -370,6 +370,9 @@
 block discarded – undo
370 370
     header("Location: $success_returnurl");
371 371
 }
372 372
 
373
+/**
374
+ * @param stdClass $data
375
+ */
373 376
 function message_pagseguro_error_to_admin($subject, $data) {
374 377
     $admin = get_admin();
375 378
     $site = get_site();
Please login to merge, or discard this patch.