~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Xmds/Soap5.php

  • Committer: GitHub
  • Author(s): Israt Jahan Farzana
  • Date: 2019-04-09 14:55:01 UTC
  • mfrom: (686.2.4)
  • Revision ID: git-v1:cb2c29bc605e5cc2a31c247b184211c56f4f5f82
Merge pull request #532 from ifarzana/release18_israt

OSX-443 Time Disconnected Stats are inaccurate

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
                // Update the PUB Key only if it has been cleared
203
203
                if ($display->xmrPubKey == '')
204
204
                    $display->xmrPubKey = $xmrPubKey;
205
 
 
206
 
                // Send Notification if required
207
 
                $this->alertDisplayUp();
208
205
            }
209
206
 
210
207
        } catch (NotFoundException $e) {
239
236
                $displayElement->setAttribute('message', 'Display is active and ready to start.');
240
237
        }
241
238
 
 
239
        // Send Notification if required
 
240
        $this->alertDisplayUp();
242
241
 
243
242
        $display->lastAccessed = time();
244
243
        $display->loggedIn = 1;