Fix a + that should be a .

This commit is contained in:
Isaac Connor 2019-01-04 15:52:14 -05:00
parent 46adcbb66b
commit dea64320f0
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ if ( empty($_REQUEST['path']) ) {
if ( !$Frame )
$Frame = Frame::find_one(array('EventId'=>$_REQUEST['eid']));
if ( !$Frame ) {
Warning("No frame found for event " + $_REQUEST['eid']);
Warning('No frame found for event ' . $_REQUEST['eid']);
$Frame = new Frame();
$Frame->Delta(1);
$Frame->FrameId('snapshot');