Fix undefined variable

This commit is contained in:
Albert Santoni 2014-07-25 15:18:17 -04:00
parent 1803e1fd8f
commit e759b8969b
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong billing-panel">
<H2>Invoices</H2>
<?php
$topTextClass = "";
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.");
@ -30,4 +31,4 @@ foreach ($this->invoices as $invoice) {?>
<?php };?>
</table>
</div>
</div>