]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
created column was ambigououuuouuus
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 15 Feb 2016 08:59:34 +0000 (09:59 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 15 Feb 2016 08:59:34 +0000 (09:59 +0100)
lib/tagnoticestream.php

index 3d81f7415ad1bed4d18acb5f23c21dfc47fc79dd..28f5d0e82483ab4536b4427c07002f0c80e00e12 100644 (file)
@@ -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);