Skip to content

Commit f30b1cd

Browse files
committed
Update
1 parent ed5e381 commit f30b1cd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?php if ($chat->bot) : ?>
2-
<?php if (!empty($chat->bot->short_name)) : ?>
3-
&nbsp;[<?php echo htmlspecialchars($chat->bot->short_name); ?>]
4-
<?php else : ?>
5-
&nbsp;[<?php if ($chat->status != erLhcoreClassModelChat::STATUS_BOT_CHAT) : ?><span class="material-icons">android</span><?php endif;?><?php echo htmlspecialchars($chat->gbot_id); ?>]
6-
<?php endif; ?>
1+
<?php if ($chat->bot) : ?>
2+
<?php if (!empty($chat->bot->short_name)) : ?>
3+
&nbsp;[<?php echo htmlspecialchars($chat->bot->short_name); ?>]
4+
<?php else : ?>
5+
&nbsp;[<?php if ($chat->status != erLhcoreClassModelChat::STATUS_BOT_CHAT) : ?><span class="material-icons">android</span><?php endif;?><?php echo htmlspecialchars($chat->gbot_id); ?>]
6+
<?php endif; ?>
77
<?php endif;?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ALTER TABLE `lh_generic_bot_bot` ADD `short_name` varchar(50) NOT NULL DEFAULT '' COMMENT '';
1+
ALTER TABLE `lh_generic_bot_bot` ADD `short_name` varchar(50) NOT NULL DEFAULT '' COMMENT '';
22
UPDATE `lh_chat_config` SET value = '345' WHERE `identifier` = 'version_updates' LIMIT 1;

0 commit comments

Comments
 (0)