~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Xmds/Soap.php

  • Committer: Dan Garner
  • Date: 2015-08-14 08:10:12 UTC
  • mfrom: (447.1.48)
  • Revision ID: git-v1:11ef90e0c8e85375d5f62b0f987a1e02b808f6ea
Merge pull request #97 from dasgarner/feature/playlists

First test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        // Set
61
61
        if (!$app->logWriter->getWriter()) {
62
62
            // Append to settings
63
 
            $app->logWriter->settings['processors'][] = $this->logProcessor;
 
63
            $app->logWriter->addProcessor($this->logProcessor);
64
64
        }
65
65
        else {
66
66
            $app->logWriter->getWriter()->pushProcessor($this->logProcessor);