Correct bug number

This commit is contained in:
Tod Beardsley 2012-12-01 14:16:24 -06:00
parent 725b085ef2
commit 7ada8aeac1
1 changed files with 1 additions and 1 deletions

View File

@ -1336,7 +1336,7 @@ class Core
if framework.db and framework.db.migrated and framework.db.modules_cached if framework.db and framework.db.migrated and framework.db.modules_cached
sql_results = search_modules_sql(match) sql_results = search_modules_sql(match)
eturn sql_results if sql_results # Patches around #7533 eturn sql_results if sql_results # Patches around #7553
else else
print_warning("Database not connected or cache not built.") print_warning("Database not connected or cache not built.")
end end