fix path to MontageLayout

This commit is contained in:
Isaac Connor 2019-01-04 09:34:18 -05:00
parent dbe9817bc8
commit 6cad852e11
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if ( isset($_REQUEST['object']) ) {
Warning("Need System permissions to edit layouts");
return;
}
require_once('MontageLayout.php');
require_once('includes/MontageLayout.php');
if ( $action == 'Save' ) {
$Layout = null;
if ( $_REQUEST['Name'] != '' ) {