[ticket/297] Rename version_check method to check to prevent 2nd constructor

B3P-297
This commit is contained in:
Marc Alexander
2014-07-08 16:14:59 +02:00
parent f4fd6f73e0
commit bf7b8eb99b
3 changed files with 4 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ class portal_module
else
{
// only show the mod version check if we are on the General Settings page
$this->version_check->version_check();
$this->version_check->check();
}
$this->new_config = $this->config;