Update update.php

This commit is contained in:
Spin0us
2013-07-31 07:48:29 +02:00
parent ea761a15b6
commit 85f10f48fd

View File

@@ -103,7 +103,7 @@
$sNextFile = $aResult['import-diff']; $sNextFile = $aResult['import-diff'];
if (!file_exists($sNextFile)) if (!file_exists($sNextFile))
{ {
echo "Cannot open $nextFile\n"; echo "Cannot open $sNextFile\n";
exit; exit;
} }
// Don't update the import status - we don't know what this file contains // Don't update the import status - we don't know what this file contains