This commit is contained in:
Brandon Turner 2012-12-01 15:53:51 -06:00
parent c8da3ebc6a
commit 7f822fabd7
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
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
print_warning("Database not connected or cache not built.")
end