Completed
Pull Request — develop (#22)
by Mario
02:43
created
controller/main_controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
 				'PPDE_DONOR_USERNAME'       => get_username_string('full', $data['user_id'], $data['username'], $data['user_colour']),
214 214
 				'PPDE_LAST_DONATED_AMOUNT'  => $this->get_amount(number_format($last_donation_data[0]['mc_gross'], 2), $default_currency_data[0]['currency_symbol'], (bool) $default_currency_data[0]['currency_on_left']),
215 215
 				'PPDE_LAST_PAYMENT_DATE'    => $this->user->format_date($last_donation_data[0]['payment_date']),
216
-				'PPDE_TOTAL_DONATED_AMOUNT' => $this->get_amount(number_format($data['amount'],2), $default_currency_data[0]['currency_symbol'], (bool) $default_currency_data[0]['currency_on_left']),
216
+				'PPDE_TOTAL_DONATED_AMOUNT' => $this->get_amount(number_format($data['amount'], 2), $default_currency_data[0]['currency_symbol'], (bool) $default_currency_data[0]['currency_on_left']),
217 217
 			));
218 218
 		}
219 219
 
Please login to merge, or discard this patch.
language/en/donate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,9 +61,9 @@
 block discarded – undo
61 61
 	'PPDE_DONORLIST_LAST_DATE'      => 'Made on',
62 62
 	'PPDE_DONORLIST_TOTAL_DONATION' => 'Donation amount',
63 63
 	'PPDE_DONORS'                   => array(
64
-		0 => '',             // 0 - Let this language key empty.
65
-		1 => '%d donor',     // 1
66
-		2 => '%d donors',    // 2+
64
+		0 => '', // 0 - Let this language key empty.
65
+		1 => '%d donor', // 1
66
+		2 => '%d donors', // 2+
67 67
 	),
68 68
 	'PPDE_NO_DONORS'                => 'No donors',
69 69
 
Please login to merge, or discard this patch.
language/fr/donate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,9 +61,9 @@
 block discarded – undo
61 61
 	'PPDE_DONORLIST_LAST_DATE'      => 'Éffectué le',
62 62
 	'PPDE_DONORLIST_TOTAL_DONATION' => 'Somme des dons',
63 63
 	'PPDE_DONORS'                   => array(
64
-		0 => '',                  // 0 - Let this language key empty.
65
-		1 => '%d donateur',       // 1
66
-		2 => '%d donateurs',      // 2+
64
+		0 => '', // 0 - Let this language key empty.
65
+		1 => '%d donateur', // 1
66
+		2 => '%d donateurs', // 2+
67 67
 	),
68 68
 	'PPDE_NO_DONORS'                => 'Aucun donateur',
69 69
 
Please login to merge, or discard this patch.