~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Factory/CommandFactory.php

  • Committer: Dan Garner
  • Date: 2016-02-01 11:09:24 UTC
  • mfrom: (454.4.85)
  • Revision ID: git-v1:c2a7712fa4fd339a76780537fc77492c50667b9d
Merge pull request #135 from dasgarner/develop

Fixes for alpha3

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    {
47
47
        $entries = array();
48
48
 
 
49
        if ($sortOrder == null)
 
50
            $sortOrder = ['command'];
 
51
 
49
52
        $params = array();
50
53
        $select = 'SELECT `command`.commandId, `command`.command, `command`.code, `command`.description, `command`.userId ';
51
54