Fix undefined variable
This commit is contained in:
parent
1803e1fd8f
commit
e759b8969b
|
@ -1,6 +1,7 @@
|
||||||
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong billing-panel">
|
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong billing-panel">
|
||||||
<H2>Invoices</H2>
|
<H2>Invoices</H2>
|
||||||
<?php
|
<?php
|
||||||
|
$topTextClass = "";
|
||||||
if (array_key_exists("planupdated", $_GET))
|
if (array_key_exists("planupdated", $_GET))
|
||||||
{
|
{
|
||||||
$topText = _("<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle.");
|
$topText = _("<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle.");
|
||||||
|
@ -30,4 +31,4 @@ foreach ($this->invoices as $invoice) {?>
|
||||||
|
|
||||||
<?php };?>
|
<?php };?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue