From 3e63da324c98e0a356b3d915b21242615a84d716 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 22 Dec 2018 18:49:55 +0100 Subject: [PATCH] how the hell did that get in here --- controllers/video/video.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/video/video.controller.php b/controllers/video/video.controller.php index 6a331a8..712d88d 100644 --- a/controllers/video/video.controller.php +++ b/controllers/video/video.controller.php @@ -55,7 +55,7 @@ class VideoController } else { - $data = array('url'=>implode('/',$url),'hash'=>$hash,'filesize'=>renderSize(filesize($path)),'content'=>htmlentities(file_get_contents($path))); + $data = array('url'=>implode('/',$url),'hash'=>$hash,'filesize'=>renderSize(filesize($path))); renderTemplate('video',$data); } }