~dangarner/xibo/client-132

« back to all changes in this revision

Viewing changes to server/lib/pages/layout.class.php

  • Committer: Dan Garner
  • Date: 2011-02-28 16:05:59 UTC
  • mfrom: (194.14.7 1.2.2-pre)
  • Revision ID: dan@xibo.org.uk-20110228160559-e02vb9em6vyvfsh2
MergedĀ lp:~dangarner/xibo/1.2.2-pre

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
                        trigger_error($layoutObject->GetErrorMessage(), E_USER_ERROR);
326
326
                }
327
327
 
 
328
                // Notify (dont error)
 
329
                Kit::ClassLoader('display');
 
330
                $displayObject = new Display($db);
 
331
                $displayObject->NotifyDisplays($this->layoutid);
 
332
 
 
333
 
328
334
                $response->SetFormSubmitResponse(__('Layout Details Changed.'));
329
335
                $response->Respond();
330
336
        }