Fix typo
parent
c8da3ebc6a
commit
7f822fabd7
|
@ -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 #7553
|
return 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
|
||||||
|
|
Loading…
Reference in New Issue