Skip to content

Commit

Permalink
Merge pull request #3 from ylabio/develop
Browse files Browse the repository at this point in the history
fix переименовал методы DoInstall, DoUninstall
  • Loading branch information
shvykov authored May 8, 2018
2 parents a1c8ac3 + c99a6cb commit 2b1f38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function GetPath($notDocumentRoot = false)
/**
* @throws \Bitrix\Main\LoaderException
*/
public function doInstall()
public function DoInstall()
{
ModuleManager::registerModule($this->MODULE_ID);
$this->installDB();
Expand All @@ -82,7 +82,7 @@ public function doInstall()
* @throws \Bitrix\Main\Db\SqlQueryException
* @throws \Bitrix\Main\LoaderException
*/
public function doUninstall()
public function DoUninstall()
{
$this->uninstallDB();
$this->UnInstallFiles();
Expand Down

0 comments on commit 2b1f38a

Please sign in to comment.