+ Fix bugs
This commit is contained in:
parent
8a5c99d9f4
commit
e622970e38
|
@ -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";
|
||||||
} ?>">
|
} ?>">
|
||||||
|
|
|
@ -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";
|
||||||
} ?>">
|
} ?>">
|
||||||
|
|
|
@ -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.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue