Skip to content
Snippets Groups Projects
Commit 895604c4 authored by Jaya Mangalo's avatar Jaya Mangalo
Browse files

premiumsonglist fix singername -> name

parent a9020137
Branches main
Tags v4
No related merge requests found
......@@ -58,7 +58,7 @@ require __DIR__ . '/php/dashboard_nav.php';
if(!$login){
echo "You need to login to view this page";
}
if (false/*if not allowed*/){
else if (false/*if not allowed*/){
echo "You arent subscribed to this singer";
} else if (!$data->message){
echo "Error: singer doesnt exists or cannot connect to server";
......@@ -66,7 +66,7 @@ require __DIR__ . '/php/dashboard_nav.php';
?>
<div class="premium-header">
<h2><?php echo $data->message[0]->singer_name ?>'s Premium Songs</h2>
<h2><?php echo $data->message[0]->name ?>'s Premium Songs</h2>
</div>
<div class="premium-singer-container">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment