From 30d32e7ee7321669a36ce4b0849c578310c24eeb Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 18 Dec 2011 13:48:33 -0800 Subject: [PATCH] Updated update.php to not throw header error --- update.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/update.php b/update.php index cd1daeb..56ce786 100644 --- a/update.php +++ b/update.php @@ -9,8 +9,6 @@ $params['url'] = isset($_POST['url']) ? $_POST['url'] : null; $params['tags'] = isset($_POST['tags']) ? $_POST['tags'] : null; $params['description'] = isset($_POST['description']) ? $_POST['description'] : null; -include 'head.html'; - try { if ($user = get_user() && $params['id']) { -- 2.34.1