diff options
Diffstat (limited to 'edit.php')
-rw-r--r-- | edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); gatekeeper(); -$video_file = (int) get_input('file_guid'); +$video_file = (int) get_input('video'); if ($video_file = get_entity($video_file)) { // Set the page owner |