Skip to content

Commit 33c822e

Browse files
author
Vítězslav Dvořák
committed
dependency path update for CSasAccounts
1 parent d936ccc commit 33c822e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

debian/conf/composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"deb/ease-fluentpdo": "*",
88
"deb/ease-html": "*",
99
"deb/ease-html-widgets": "*",
10-
"deb/ease-bootstrap5": "*"
10+
"deb/ease-bootstrap5": "*",
11+
"league/oauth2-client": "dev-master",
12+
"deb/csas-accountsapi": "*"
1113
},
1214
"license": "MIT",
1315
"authors": [
@@ -50,6 +52,10 @@
5052
{
5153
"type": "path",
5254
"url": "/usr/share/php/EaseTWB5Widgets/"
55+
},
56+
{
57+
"type": "path",
58+
"url": "/usr/share/php/CSasAccounts/"
5359
}
5460
]
5561
}

src/application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
$appRow = new \Ease\TWB5\Row();
6161
$opsCol = $appRow->addColumn(6, [
62-
new \Ease\Html\ImgTag($app->getDataValue('logo') ? $app->getDataValue('logo') : 'images/unknown.svg' ),
62+
new \Ease\Html\ImgTag($app->getDataValue('logo') ?: 'images/unknown.svg'),
6363
new AppTokenTable($app),
6464
]);
6565

0 commit comments

Comments
 (0)