Skip to content

Commit

Permalink
fix typo in variable name, thx to SaneG
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
  • Loading branch information
d00p committed Jan 2, 2014
1 parent 2d1fd0c commit 15515f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/jobs/cron_usage.inc.diskspace.php
Expand Up @@ -75,7 +75,7 @@
AND `language` = :lang
AND `templategroup` = 'mails' AND `varname` = :varname
");
$resul2_data = array(
$result2_data = array(
'adminid' => $row['adminid'],
'lang' => $row['def_language'],
'varname' => 'diskmaxpercent_subject'
Expand Down Expand Up @@ -165,7 +165,7 @@
AND `language` = :lang
AND `templategroup` = 'mails' AND `varname` = :varname
");
$resul2_data = array(
$result2_data = array(
'adminid' => $row['adminid'],
'lang' => $row['def_language'],
'varname' => 'diskmaxpercent_subject'
Expand Down

0 comments on commit 15515f2

Please sign in to comment.