+ Fix bugs
This commit is contained in:
parent
8a5c99d9f4
commit
e622970e38
|
@ -192,7 +192,7 @@
|
|||
</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") {
|
||||
echo "active";
|
||||
} ?>">
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
</a>
|
||||
</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") {
|
||||
echo "active";
|
||||
} ?>">
|
||||
|
|
|
@ -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.*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue