From 3b424a4bddd24201ca95beeb7cde6e34c27c25aa Mon Sep 17 00:00:00 2001 From: Adnan ELARAJI Date: Sun, 8 Dec 2024 20:54:35 +0100 Subject: [PATCH 1/2] fix for the "Undefined array key password" on timeline/following URI --- views/following.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/following.php b/views/following.php index 6195c65..a01c2ad 100644 --- a/views/following.php +++ b/views/following.php @@ -18,7 +18,7 @@ include 'partials/header.php'; Nick URL - + Time ago @@ -33,7 +33,7 @@ include 'partials/header.php'; - + - \ No newline at end of file + From 6f48cefbb234f22cdc1a4382c1e30ee1cc313329 Mon Sep 17 00:00:00 2001 From: Adnan ELARAJI Date: Sun, 8 Dec 2024 21:23:36 +0100 Subject: [PATCH 2/2] File starting with empty line causing timeline to complaine about headers being sent before session. --- views/replies.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/replies.php b/views/replies.php index 77d636e..6746c9a 100644 --- a/views/replies.php +++ b/views/replies.php @@ -1,4 +1,3 @@ - -*/ \ No newline at end of file +*/