Commit c7715ed3 authored by Kulya's avatar Kulya 😊

Change InstallerSaveAppSetttgins

parent 27a4bafa
......@@ -358,6 +358,9 @@ require_once (__DIR__.'/keys.php');
* @return boolean
*/
public static function saveAppSettings($arSettings, $isInstall = false){
return static::setAppSettings($arSettings, $isInstall);
}
private static function setAppSettings($arSettings, $isInstall = false)
{
$return = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment