mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update apps.php
This commit is contained in:
@@ -92,8 +92,9 @@
|
||||
if ($row['uuid'] != "d8704214-75a0-e52f-1336-f0780e29fef8") {
|
||||
|
||||
$description = $row['description'][$_SESSION['domain']['language']['code']];
|
||||
if (strlen($description) == 0) { $row['$description'] = $row['description']['en-us']; }
|
||||
if (strlen($description) == 0) { $row['$description'] = ' '; }
|
||||
if (strlen($description) == 0) { $description = $row['description']['en-us']; }
|
||||
if (strlen($description) == 0) { $description = ' '; }
|
||||
$row['$description'] = $description;
|
||||
|
||||
/*
|
||||
$tr_link = (permission_exists('app_edit')) ? "href='apps_edit.php?id=".$row['uuid']."'" : null;
|
||||
|
||||
Reference in New Issue
Block a user