From e622970e380b50befaa8472e3954f8a358f4ff3d Mon Sep 17 00:00:00 2001 From: Djery-Tom Date: Tue, 8 Dec 2020 13:42:08 +0100 Subject: [PATCH] + Fix bugs --- application/views/header_hyp.php | 2 +- application/views/header_sup.php | 2 +- composer.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/header_hyp.php b/application/views/header_hyp.php index 6a5e4a31..14821f4b 100755 --- a/application/views/header_hyp.php +++ b/application/views/header_hyp.php @@ -192,7 +192,7 @@ - first_row()->type == 'ilink') { ?> + first_row()->type == 'ilink') && ($hasWallet->first_row()->has_nano_credit)) { ?>
  • "> diff --git a/application/views/header_sup.php b/application/views/header_sup.php index 74043627..9adf4239 100755 --- a/application/views/header_sup.php +++ b/application/views/header_sup.php @@ -160,7 +160,7 @@
  • - first_row()->type == 'ilink') { ?> + first_row()->type == 'ilink') && ($hasWallet->first_row()->has_nano_credit)) { ?>
  • "> diff --git a/composer.json b/composer.json index ae1f37fb..4148ce35 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "description": "iLInk, Geolocated the world", - "name": "iLink", + "name": "vendor_name/ilink", "type": "project", "homepage": "https://ilink-app.com", "license": "MIT", @@ -20,7 +20,7 @@ "paragonie/random_compat": "Provides better randomness in PHP 5.x" }, "require-dev": { - "mikey179/vfsStream": "1.1.*", + "mikey179/vfsstream": "1.1.*", "phpunit/phpunit": "4.* || 5.*" } }