+ Fix bugs

This commit is contained in:
Djery-Tom 2020-12-08 13:42:08 +01:00
parent 8a5c99d9f4
commit e622970e38
3 changed files with 4 additions and 4 deletions

View File

@ -192,7 +192,7 @@
</li> </li>
<?php if ($hasWallet->first_row()->type == 'ilink') { ?> <?php if (($hasWallet->first_row()->type == 'ilink') && ($hasWallet->first_row()->has_nano_credit)) { ?>
<li class="<?php if ($active == "nano_credit") { <li class="<?php if ($active == "nano_credit") {
echo "active"; echo "active";
} ?>"> } ?>">

View File

@ -160,7 +160,7 @@
</a> </a>
</li> </li>
<?php if ($hasWallet->first_row()->type == 'ilink') { ?> <?php if (($hasWallet->first_row()->type == 'ilink') && ($hasWallet->first_row()->has_nano_credit)) { ?>
<li class="<?php if ($active == "nano_credit") { <li class="<?php if ($active == "nano_credit") {
echo "active"; echo "active";
} ?>"> } ?>">

View File

@ -1,6 +1,6 @@
{ {
"description": "iLInk, Geolocated the world", "description": "iLInk, Geolocated the world",
"name": "iLink", "name": "vendor_name/ilink",
"type": "project", "type": "project",
"homepage": "https://ilink-app.com", "homepage": "https://ilink-app.com",
"license": "MIT", "license": "MIT",
@ -20,7 +20,7 @@
"paragonie/random_compat": "Provides better randomness in PHP 5.x" "paragonie/random_compat": "Provides better randomness in PHP 5.x"
}, },
"require-dev": { "require-dev": {
"mikey179/vfsStream": "1.1.*", "mikey179/vfsstream": "1.1.*",
"phpunit/phpunit": "4.* || 5.*" "phpunit/phpunit": "4.* || 5.*"
} }
} }