From 2d1b70c94d0f74c44d9dab3d77e9ac0a5c220adb Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 15 Feb 2016 09:59:34 +0100 Subject: [PATCH] created column was ambigououuuouuus --- lib/tagnoticestream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tagnoticestream.php b/lib/tagnoticestream.php index 3d81f7415a..28f5d0e824 100644 --- a/lib/tagnoticestream.php +++ b/lib/tagnoticestream.php @@ -101,7 +101,7 @@ class RawTagNoticeStream extends NoticeStream } } - $nt->orderBy('created DESC, notice_id DESC'); + $nt->orderBy('notice.created DESC, notice_id DESC'); if (!is_null($offset)) { $nt->limit($offset, $limit);