summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-05-27 14:05:27 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-05-27 14:05:27 +0200
commit6b1519306f9034b67d1b60a5f5b6e6c16c632f63 (patch)
treeda0405e69cde325a2a6853d384617a293d3c9095
parent83605e487fe6f28162637f7a2e60a6abfa7a7b21 (diff)
#872: Fix variable bux.
-rw-r--r--admin/WebConsole/includes/tftputils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/includes/tftputils.php b/admin/WebConsole/includes/tftputils.php
index f6d1990f..7994c602 100644
--- a/admin/WebConsole/includes/tftputils.php
+++ b/admin/WebConsole/includes/tftputils.php
@@ -266,7 +266,7 @@ function updateBootRepo ($cmd, $repoid) {
if ($pxecode = @file_get_contents($macfile)) {
$pxecode = preg_replace("/ogrepo=[^ ]*/", "ogrepo=$repo", $pxecode);
if (! @file_put_contents($macfile, $pxecode)) {
- $erros++;
+ $errors++;
}
}
$rs->Siguiente();