mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 02:34:10 -04:00
slap my wrist... i forgot a debugging statement
This commit is contained in:
@@ -33,7 +33,6 @@ class comment_rss_Core {
|
||||
return;
|
||||
}
|
||||
|
||||
Kohana_Log::add("error", "feed($feed_id, $offset, $limit, $id)");
|
||||
$comments = ORM::factory("comment")
|
||||
->viewable()
|
||||
->where("state", "=", "published")
|
||||
|
||||
Reference in New Issue
Block a user