Code
- updateSettingsFile()
- updateDbLastError()
- anonymous()
- template_forum_settings()
- template_chmod_files()
- fixModSecurity()
- installExit()
- DatabasePopulation()
- template_install_below()
- template_install_above()
- template_populate_database()
- CheckFilesWritable()
- Welcome()
- DatabaseSettings()
- template_admin_account()
- ForumSettings()
- template_database_settings()
- template_delete_install()
- template_warning_divs()
- AdminAccount()
- DeleteInstall()

Loading history...
This check looks for function or method calls that always return null and whose return value is assigned to a variable.
The method
getObject()can return nothing but null, so it makes no sense to assign that value to a variable.The reason is most likely that a function or method is imcomplete or has been reduced for debug purposes.