fixing function checkLastGuid()

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-01 17:43:47 +00:00
parent 91d461b122
commit 0cd452de28
3 changed files with 18 additions and 9 deletions

View File

@@ -299,7 +299,7 @@ if(isFroxlorVersion('0.9.1'))
&& (int)$result['latestguid'] > 0
&& $result['latestguid'] != $settings['system']['lastguid']
) {
checkLastGuid($result['latestguid']);
checkLastGuid();
lastStepStatus(1, 'fixed');
} else {
lastStepStatus(0);