Skip to content

Commit

Permalink
Oo
Browse files Browse the repository at this point in the history
  • Loading branch information
nightflyza committed May 18, 2019
1 parent 282b09e commit e1400d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.8 rev 6805
0.9.8 rev 6806
2 changes: 1 addition & 1 deletion userstats/modules/engine/api.omegatv.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function renderUserDevicesForm() {

foreach ($currentPlaylists as $io => $each) {
$cells = la_TableCell($each['uniq']);
$actDate=($each['activation_data']) ? date("Y-m-d H:i:s", $each['activation_data']) : '-' ;
$actDate = ($each['activation_data']) ? date("Y-m-d H:i:s", $each['activation_data']) : '-';
$cells.= la_TableCell($actDate);
$playlistControls = la_Link($each['url'], __('Playlist'));
$cells.= la_TableCell($playlistControls);
Expand Down

0 comments on commit e1400d2

Please sign in to comment.