Skip to content

Commit

Permalink
Updated files for buld
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Aug 28, 2019
1 parent 95655c0 commit 0c4d85c
Show file tree
Hide file tree
Showing 57 changed files with 1,793 additions and 1,475 deletions.
86 changes: 43 additions & 43 deletions system/build/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system/build/vendor/composer/ClassLoader.php
Expand Up @@ -279,7 +279,7 @@ public function isClassMapAuthoritative()
*/
public function setApcuPrefix($apcuPrefix)
{
$this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
}

/**
Expand Down

0 comments on commit 0c4d85c

Please sign in to comment.