From 093f1079a57b836253bbdfb3ea90605c39cc0207 Mon Sep 17 00:00:00 2001 From: "Paula V. Quispe" Date: Fri, 24 Apr 2015 19:59:53 -0400 Subject: [PATCH] I solved some observations --- gulliver/system/class.bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.bootstrap.php b/gulliver/system/class.bootstrap.php index 5b8de974d..367304ecb 100644 --- a/gulliver/system/class.bootstrap.php +++ b/gulliver/system/class.bootstrap.php @@ -1273,7 +1273,7 @@ class Bootstrap $checkSum = ''; foreach ($files as $file) { if (is_file($file)) { - $checkSum .= G::encryptFileOld($file); + $checkSum .= Bootstrap::encryptFileOld($file); } } return Bootstrap::encryptOld($checkSum . $key);